mirror of https://github.com/commaai/tinygrad.git
fix typing for test to run in py38 (#4930)
This commit is contained in:
parent
1326f29e24
commit
6e86472cd6
|
@ -1,3 +1,4 @@
|
||||||
|
from __future__ import annotations
|
||||||
import unittest
|
import unittest
|
||||||
from math import prod
|
from math import prod
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue