Skip to content

Commit f4f81a3

Browse files
author
Val Brodsky
committed
Remove typing_imports file
1 parent e25df1a commit f4f81a3

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

libs/labelbox/src/labelbox/schema/export_filters.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from datetime import datetime, timezone
2-
from typing import Collection, Dict, List, Optional, Tuple, TypedDict
3-
4-
from labelbox.typing_imports import Literal
2+
from typing import Collection, Dict, List, Literal, Optional, Tuple, TypedDict
53

64
SEARCH_LIMIT_PER_EXPORT_V2 = 2_000
75
ISO_8061_FORMAT = "%Y-%m-%dT%H:%M:%S%z"

libs/labelbox/src/labelbox/typing_imports.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)