Skip to content

Commit b08d63a

Browse files
committed
update comment, remove unnecessary import
1 parent c077327 commit b08d63a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

labelbox/data/annotation_types/label.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from collections import defaultdict
22
from typing import Any, Callable, Dict, List, Union, Optional
3-
import warnings
43

54
from pydantic import BaseModel, validator
65

@@ -137,7 +136,7 @@ def assign_feature_schema_ids(
137136
Returns:
138137
Label. useful for chaining these modifying functions
139138
140-
Warning: You can now import annotations using names directly without having to lookup schema_ids
139+
Note: You can now import annotations using names directly without having to lookup schema_ids
141140
"""
142141
tool_lookup, classification_lookup = get_feature_schema_lookup(
143142
ontology_builder)

0 commit comments

Comments
 (0)