Skip to content

Commit

Permalink
Ignore import warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering committed Mar 20, 2024
1 parent 704564e commit 28754cb
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 @@ -6,7 +6,7 @@
"""

# Always prefer setuptools over distutils
from setuptools import setup, find_packages
from setuptools import setup, find_packages # type: ignore[import]

# To use a consistent encoding
from codecs import open
Expand Down

0 comments on commit 28754cb

Please sign in to comment.