fix typo in nn/__init__.py (#15019)

This commit is contained in:
Christopher Milan
2026-02-25 17:01:32 -08:00
committed by GitHub
parent e5c0db66d1
commit 94acd85285

View File

@@ -2,7 +2,6 @@ from __future__ import annotations
import math
from tinygrad.tensor import Tensor
from tinygrad.dtype import dtypes
from tinygrad.device import is_dtype_supported as is_dtype_supported
from tinygrad.helpers import prod, make_tuple, flatten, USE_ATOMICS
from tinygrad.nn import optim, state, datasets # noqa: F401