Skip to content

Commit

Permalink
chore: correct type-hint for setuptools
Browse files Browse the repository at this point in the history
Closes: #589
  • Loading branch information
JohnVillalovos committed Jun 29, 2024
1 parent 8d6ed5a commit bc77fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from os import path
from typing import Dict

from setuptools import setup # type: ignore[import-untyped]
from setuptools import setup # type: ignore[import-not-found]

# Read version info
here = path.dirname(__file__)
Expand Down

0 comments on commit bc77fbf

Please sign in to comment.