We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cad9b commit 2393c69Copy full SHA for 2393c69
pytensor/link/numba/dispatch/elemwise_codegen.py
@@ -1,3 +1,5 @@
1
+from __future__ import annotations
2
+
3
from typing import Any, List, Optional, Tuple
4
5
import numba
0 commit comments