mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
Fix typing issues
This commit is contained in:
@@ -37,7 +37,7 @@ class Connection(ABC):
|
||||
"""Return a preconfigured sshtunnel.SSHTunnelForwarder instance."""
|
||||
pass
|
||||
|
||||
async def response(self, output: Sequence[str]) -> Union[OutputDataModel, str]:
|
||||
async def response(self, output: Sequence[str]) -> Union["OutputDataModel", str]:
|
||||
"""Send output through common parsers."""
|
||||
|
||||
log.debug("Pre-parsed responses:\n{}", output)
|
||||
|
||||
Reference in New Issue
Block a user