fix typing for test to run in py38 (#4930)

This commit is contained in:
Nicklas Boman 2024-06-12 19:22:30 +02:00 committed by GitHub
parent 1326f29e24
commit 6e86472cd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from __future__ import annotations
import unittest
from math import prod