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 602b0c8 commit f426d45Copy full SHA for f426d45
services/web/server/src/simcore_service_webserver/catalog/_models.py
@@ -11,8 +11,7 @@
11
ServiceOutputKey,
12
)
13
from models_library.services import BaseServiceIOModel
14
-from pint import PintError, UnitRegistry
15
-from pint.quantity import Quantity # pylint:disable=no-name-in-module
+from pint import PintError, Quantity, UnitRegistry
16
17
_logger = logging.getLogger(__name__)
18
0 commit comments