Skip to content

Commit 8769293

Browse files
committed
Fixed linting errors
1 parent 44e05c4 commit 8769293

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libs/labelbox/src/labelbox/schema/tool_building/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from typing import Annotated, List
22
from pydantic import Field
3-
from typing import TypedDict
43

54

65
from dataclasses import dataclass

libs/labelbox/tests/unit/test_unit_ontology.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from lbox.exceptions import InconsistentOntologyException
55

66
from labelbox import Classification, OntologyBuilder, Option, Tool
7-
from labelbox.schema.tool_building.types import FeatureSchemaAttribute
87

98
_SAMPLE_ONTOLOGY = {
109
"tools": [

0 commit comments

Comments
 (0)