Skip to content

Commit c4173e1

Browse files
committed
import Sequence
1 parent 05b3749 commit c4173e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytential/symbolic/pde/system_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from pytential.utils import chop, solve_from_lu
3838
import pytential
3939

40-
from typing import List, Mapping, Text, Any, Union, Tuple, Optional
40+
from typing import List, Mapping, Text, Any, Union, Tuple, Optional, Sequence
4141
from pytential.symbolic.typing import ExpressionT
4242

4343
import warnings

0 commit comments

Comments
 (0)