Skip to content

Commit b78db9e

Browse files
committed
minor
1 parent 3f52046 commit b78db9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/projects_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from enum import Enum, unique
66
from typing import Annotated, Self
77

8-
from models_library.groups import GroupID
98
from pydantic import (
109
BaseModel,
1110
ConfigDict,
@@ -16,6 +15,7 @@
1615
)
1716
from pydantic.config import JsonDict
1817

18+
from .groups import GroupID
1919
from .projects_access import Owner
2020

2121

0 commit comments

Comments
 (0)