Skip to content

Commit 837a50e

Browse files
committed
Added # noqa directives
1 parent bca4a57 commit 837a50e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cdlclient/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"""
1515

1616
# pylint: disable=unused-import
17-
from cdlclient.baseproxy import SimpleBaseProxy
18-
from cdlclient.remote import SimpleRemoteProxy
17+
from cdlclient.baseproxy import SimpleBaseProxy # noqa: F401
18+
from cdlclient.remote import SimpleRemoteProxy # noqa: F401
1919

2020
__version__ = "0.5.0"
2121
__docurl__ = "https://cdlclient.readthedocs.io/en/latest/"

cdlclient/widgets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"""
1212

1313
# pylint: disable=unused-import
14-
from cdlclient.widgets.connection import ConnectionDialog
14+
from cdlclient.widgets.connection import ConnectionDialog # noqa: F401

0 commit comments

Comments
 (0)