Skip to content

Commit 89bd855

Browse files
wiltonlcsjjleclanche
authored andcommitted
fix: Fix Any import after update version
1 parent f295e9a commit 89bd855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iso18245/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import csv
22
from importlib.resources import files
3-
from typing import Dict, List, NamedTuple
3+
from typing import Any, Dict, List, NamedTuple
44

55
ISO_VERSION_YEAR = 2003
66

0 commit comments

Comments
 (0)