Skip to content

Commit e786c74

Browse files
committed
chore: add noqa comments to imports for linting compliance
1 parent d631cae commit e786c74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from .api_app import APIService
2-
from .socket_app import SocketServerConfig, SocketService
1+
from .api_app import APIService # noqa
2+
from .socket_app import SocketServerConfig, SocketService # noqa

src/examples/usecases/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from .example_service import ExampleService
2-
from .sample import AnotherSample
1+
from .example_service import ExampleService # noqa
2+
from .sample import AnotherSample # noqa

0 commit comments

Comments
 (0)