Skip to content

Commit f82d178

Browse files
Small type fix
1 parent 59e0bfd commit f82d178

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

encord/objects/coordinates.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import logging
1515
from dataclasses import dataclass
1616
from enum import Enum, auto
17-
from typing import Any, Dict, List, Optional, Type, TypedDict, TypeGuard, Union, cast
17+
from typing import Any, Dict, List, Optional, Type, TypedDict, Union, cast
1818

1919
from encord.exceptions import LabelRowError
2020
from encord.objects.bitmask import BitmaskCoordinates
@@ -25,7 +25,6 @@
2525
BaseFrameObject,
2626
BoundingBoxFrameObject,
2727
FrameObject,
28-
PointFrameObject,
2928
PointFrameObject2D,
3029
PointFrameObject3D,
3130
PolygonFrameObject,

0 commit comments

Comments
 (0)