missing import

This commit is contained in:
Gregory Becker 2024-12-11 10:51:46 -08:00
parent fbedaa7854
commit 760fbd4bac

View File

@ -59,7 +59,7 @@
import re
import socket
import warnings
from typing import Any, Callable, Dict, List, Match, Optional, Set, Tuple, Union
from typing import Any, Callable, Dict, Iterable, List, Match, Optional, Set, Tuple, Union
import archspec.cpu