Skip to content

Commit

Permalink
chore: return annotation for system transport init, doc pins
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Jan 28, 2023
1 parent b289879 commit 7a992c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mdx-gh-links>=0.2,<1.0
mkdocs>=1.2.3,<2.0.0
mkdocs-gen-files>=0.4.0,<1.0.0
mkdocs-literate-nav>=0.5.0,<1.0.0
mkdocs-material>=8.1.6,<9.0.0
mkdocs-material>=8.1.6,<10.0.0
mkdocs-material-extensions>=1.0.3,<2.0.0
mkdocs-section-index>=0.3.4,<1.0.0
mkdocstrings[python]>=0.19.0,<1.0.0
2 changes: 1 addition & 1 deletion scrapli/transport/plugins/system/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class PluginTransportArgs(BasePluginTransportArgs):
class SystemTransport(Transport):
def __init__(
self, base_transport_args: BaseTransportArgs, plugin_transport_args: PluginTransportArgs
):
) -> None:
"""
System (i.e. /bin/ssh) transport plugin.
Expand Down

0 comments on commit 7a992c9

Please sign in to comment.