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 d631cae commit e786c74Copy full SHA for e786c74
src/examples/frameworks/__init__.py
@@ -1,2 +1,2 @@
1
-from .api_app import APIService
2
-from .socket_app import SocketServerConfig, SocketService
+from .api_app import APIService # noqa
+from .socket_app import SocketServerConfig, SocketService # noqa
src/examples/usecases/__init__.py
-from .example_service import ExampleService
-from .sample import AnotherSample
+from .example_service import ExampleService # noqa
+from .sample import AnotherSample # noqa
0 commit comments