Skip to content

Commit d551825

Browse files
committed
[typo] import List from typing
1 parent 2d88a78 commit d551825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edenai_apis/loaders/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import json
22
import ntpath
3-
from typing import Dict
3+
from typing import Dict, List
44

55
from edenai_apis.utils.exception import ProviderException
66

0 commit comments

Comments
 (0)