Skip to content

Commit 2738879

Browse files
authored
Merge branch 'master' into python-3.15
2 parents 483474d + f3f599a commit 2738879

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

machine_learning/automatic_differentiation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
from collections import defaultdict
1313
from enum import Enum
1414
from types import TracebackType
15-
from typing import Any
15+
from typing import Any, Self
1616

1717
import numpy as np
18-
from typing_extensions import Self # noqa: UP035
1918

2019

2120
class OpType(Enum):

0 commit comments

Comments
 (0)