We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b309d commit ae7000bCopy full SHA for ae7000b
pytensor/link/c/exceptions.py
@@ -2,7 +2,7 @@
2
from setuptools.errors import CompileError as BaseCompileError
3
except ImportError:
4
import warnings
5
- from distutils.errors import CompileError as BaseCompileError # type: ignore
+ from distutils.errors import CompileError as BaseCompileError
6
from importlib.metadata import version
7
8
# These exception classes were made available in setuptools
0 commit comments