Skip to content

Commit

Permalink
Some more cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Dec 2, 2023
1 parent 5e1c75d commit 3f0b60f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/python_inspector/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Resolution(NamedTuple):
``files`` is a parsed list of input file data.
"""

resolution: Dict
resolution: List[Dict]
packages: List[PackageData]
files: List[Dict]

Expand Down
1 change: 0 additions & 1 deletion src/python_inspector/package_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#

from typing import Dict
from typing import Iterable
from typing import List
from typing import Optional

Expand Down

0 comments on commit 3f0b60f

Please sign in to comment.