Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Oct 26, 2020
1 parent 18662da commit f92f93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapli_netconf/transport/asyncssh_.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async def open_netconf(self) -> bytes:
bytes: bytes output from server captured while opening the connection
Raises:
N/A
ConnectionNotOpened: if unable to open connection (`ChannelOpenError` from asyncssh)
"""
from asyncssh.misc import ChannelOpenError # pylint: disable=C0415
Expand Down

0 comments on commit f92f93b

Please sign in to comment.