Skip to content

Commit eba82ab

Browse files
committed
Fix import
1 parent cf473ce commit eba82ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rushdb/api/labels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import typing
2-
from typing import List, Optional
2+
from typing import Dict, Optional
33

44
from ..models.search_query import SearchQuery
55
from ..models.transaction import Transaction

0 commit comments

Comments
 (0)