Skip to content

Commit ae7000b

Browse files
committed
Fix unused mypy hint on link/c/exceptions.py
1 parent b7b309d commit ae7000b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/link/c/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools.errors import CompileError as BaseCompileError
33
except ImportError:
44
import warnings
5-
from distutils.errors import CompileError as BaseCompileError # type: ignore
5+
from distutils.errors import CompileError as BaseCompileError
66
from importlib.metadata import version
77

88
# These exception classes were made available in setuptools

0 commit comments

Comments
 (0)