somehow "Sequence" was missing from import

This commit is contained in:
Philip Eisenlohr 2022-02-18 14:50:28 -05:00
parent 0adc827278
commit fe2ab947ec
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import re
import fractions
from collections import abc
from functools import reduce
from typing import Union, Tuple, Iterable, Callable, Dict, List, Any, Literal
from typing import Callable, Union, Iterable, Sequence, Dict, List, Tuple, Literal, Any
from pathlib import Path
import numpy as np