Skip to content

Commit 76b8a6a

Browse files
committed
Import Any in quark/core/rzapkinfo.py
1 parent 98e02cc commit 76b8a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quark/core/rzapkinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import zipfile
1111
from collections import defaultdict, namedtuple
1212
from os import PathLike
13-
from typing import Dict, Generator, List, Optional, Set, Tuple, Union
13+
from typing import Any, Dict, Generator, List, Optional, Set, Tuple, Union
1414

1515
import rzpipe
1616

0 commit comments

Comments
 (0)