We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058e657 commit c3e01dfCopy full SHA for c3e01df
main.py
@@ -28,7 +28,7 @@
28
sublime.error_message(f"Sublime Text {ST_REQUIRED_MINIMUM_VERSION}+ is required !")
29
else:
30
# fmt: off
31
- from .sshubl.commands import ( # type: ignore[import-untyped] # pylint: disable=unused-import
+ from .sshubl.commands import ( # type: ignore[import-not-found] # pylint: disable=unused-import
32
SshCancelForwardCommand,
33
SshCloseDirCommand,
34
SshConnectCommand,
@@ -41,7 +41,7 @@
41
SshSelectDirCommand,
42
SshTerminalCommand,
43
)
44
- from .sshubl.listeners import ( # type: ignore[import-untyped] # pylint: disable=unused-import
+ from .sshubl.listeners import ( # type: ignore[import-not-found] # pylint: disable=unused-import
45
EventListener,
46
ViewEventListener,
47
plugin_loaded,
0 commit comments