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 1935809 commit f6e240bCopy full SHA for f6e240b
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