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 bca4a57 commit 837a50eCopy full SHA for 837a50e
cdlclient/__init__.py
@@ -14,8 +14,8 @@
14
"""
15
16
# pylint: disable=unused-import
17
-from cdlclient.baseproxy import SimpleBaseProxy
18
-from cdlclient.remote import SimpleRemoteProxy
+from cdlclient.baseproxy import SimpleBaseProxy # noqa: F401
+from cdlclient.remote import SimpleRemoteProxy # noqa: F401
19
20
__version__ = "0.5.0"
21
__docurl__ = "https://cdlclient.readthedocs.io/en/latest/"
cdlclient/widgets/__init__.py
@@ -11,4 +11,4 @@
11
12
13
-from cdlclient.widgets.connection import ConnectionDialog
+from cdlclient.widgets.connection import ConnectionDialog # noqa: F401
0 commit comments