We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4868411 commit da6fa96Copy full SHA for da6fa96
quark/core/rzapkinfo.py
@@ -10,7 +10,7 @@
10
import zipfile
11
from collections import defaultdict, namedtuple
12
from os import PathLike
13
-from typing import Dict, Generator, List, Optional, Set, Tuple, Union
+from typing import Any, Dict, Generator, List, Optional, Set, Tuple, Union
14
15
import rzpipe
16
0 commit comments