Skip to content

Commit 23e9b21

Browse files
author
Andrei Neagu
committed
pylint
1 parent b54198f commit 23e9b21

File tree

1 file changed

+1
-1
lines changed
  • packages/simcore-sdk/src/simcore_sdk/node_ports_common

1 file changed

+1
-1
lines changed

packages/simcore-sdk/src/simcore_sdk/node_ports_common/dbmanager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from sqlalchemy import and_
1818

1919
from . import config
20-
from .exceptions import NodeNotFound, NodeportsException
20+
from .exceptions import NodeNotFound
2121

2222
log = logging.getLogger(__name__)
2323

0 commit comments

Comments
 (0)