Skip to content

Commit 16a08ea

Browse files
committed
cleanup
1 parent 8956fd7 commit 16a08ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/postgres-database/src/simcore_postgres_database/models/services_compatibility.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
""" Services table
1+
"""Services table
22
3-
- List of 3rd party services in the framework
4-
- Services have a key, version, and access rights defined by group ids
3+
- List of 3rd party services in the framework
4+
- Services have a key, version, and access rights defined by group ids
55
"""
66

7+
from typing import NotRequired, Required
78

89
import sqlalchemy as sa
910
import typing_extensions
1011
from sqlalchemy.dialects.postgresql import JSONB
11-
from typing_extensions import NotRequired, Required
1212

1313
from ._common import (
1414
RefActions,

0 commit comments

Comments
 (0)