Skip to content

Commit 3f0b60f

Browse files
committed
Some more cleanups.
1 parent 5e1c75d commit 3f0b60f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/python_inspector/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Resolution(NamedTuple):
5656
``files`` is a parsed list of input file data.
5757
"""
5858

59-
resolution: Dict
59+
resolution: List[Dict]
6060
packages: List[PackageData]
6161
files: List[Dict]
6262

src/python_inspector/package_data.py

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#
1111

1212
from typing import Dict
13-
from typing import Iterable
1413
from typing import List
1514
from typing import Optional
1615

0 commit comments

Comments
 (0)