Skip to content

Commit 7320611

Browse files
committed
Fix typo
1 parent 24231b9 commit 7320611

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libs/labelbox/src/labelbox/schema/project_overview.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
from typing import Dict, Optional
1+
from typing import Dict
22
from labelbox import pydantic_compat
33

44
from typing import Dict
5-
import pydantic_compat
65

76
class ProjectOverview(pydantic_compat.BaseModel):
87
"""

0 commit comments

Comments
 (0)