Skip to content

Commit d5183e1

Browse files
authored
remove unneeded annotation import (tinygrad#8934)
1 parent 00d72a5 commit d5183e1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tinygrad/codegen/rewriter.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from __future__ import annotations
21
from typing import Optional, Any, Callable
32
import functools, itertools, operator
43
from collections import defaultdict

tinygrad/engine/multi.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from __future__ import annotations
21
import functools, itertools, operator
32
from tinygrad.helpers import all_same, all_int, dedup, prod, DEBUG, RING, getenv
43
from tinygrad.ops import Ops, UOp, sint

0 commit comments

Comments
 (0)