We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1c75d commit 3f0b60fCopy full SHA for 3f0b60f
src/python_inspector/api.py
@@ -56,7 +56,7 @@ class Resolution(NamedTuple):
56
``files`` is a parsed list of input file data.
57
"""
58
59
- resolution: Dict
+ resolution: List[Dict]
60
packages: List[PackageData]
61
files: List[Dict]
62
src/python_inspector/package_data.py
@@ -10,7 +10,6 @@
10
#
11
12
from typing import Dict
13
-from typing import Iterable
14
from typing import List
15
from typing import Optional
16
0 commit comments