Skip to content

Commit 7956f60

Browse files
fix relative import
1 parent 21b41c6 commit 7956f60

File tree

1 file changed

+1
-2
lines changed
  • packages/models-library/src/models_library/api_schemas_webserver

1 file changed

+1
-2
lines changed

packages/models-library/src/models_library/api_schemas_webserver/socketio.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
from models_library.projects import ProjectID
2-
31
from ..basic_types import IDStr
42
from ..groups import GroupID
3+
from ..projects import ProjectID
54
from ..users import UserID
65

76

0 commit comments

Comments
 (0)