Skip to content

Commit b1851a9

Browse files
authored
Update src/ansys/dpf/core/server.py
1 parent 0c0ccfc commit b1851a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
LOCALHOST,
5454
RUNNING_DOCKER,
5555
AnyServerType,
56-
BaseServer, # noqa: F401
56+
BaseServer, # noqa: F401 # pylint: disable=unused-import
5757
)
5858

5959

0 commit comments

Comments
 (0)