diff --git a/setup.py b/setup.py index e1fdc184..59551723 100644 --- a/setup.py +++ b/setup.py @@ -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__)