mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-07 03:00:26 -04:00
unused from __future__ import annotations (#8171)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
# the job of the lowerer is to do indexing
|
||||
from __future__ import annotations
|
||||
import functools, itertools, operator
|
||||
from dataclasses import dataclass
|
||||
from typing import List, Tuple, cast, Optional
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from __future__ import annotations
|
||||
from typing import TypeVar, Generic, Callable, List, Tuple, Union, Dict, cast, Optional, Any
|
||||
import functools, collections
|
||||
from tinygrad.tensor import Tensor
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from __future__ import annotations
|
||||
from typing import Dict, List, Optional, Tuple, Union, DefaultDict, Literal, Callable, cast
|
||||
import os, math
|
||||
from collections import defaultdict, Counter
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from __future__ import annotations
|
||||
from typing import Tuple, List, Any
|
||||
from dataclasses import dataclass
|
||||
import tinygrad.runtime.autogen.libc as libc
|
||||
|
||||
Reference in New Issue
Block a user