We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b3749 commit c4173e1Copy full SHA for c4173e1
pytential/symbolic/pde/system_utils.py
@@ -37,7 +37,7 @@
37
from pytential.utils import chop, solve_from_lu
38
import pytential
39
40
-from typing import List, Mapping, Text, Any, Union, Tuple, Optional
+from typing import List, Mapping, Text, Any, Union, Tuple, Optional, Sequence
41
from pytential.symbolic.typing import ExpressionT
42
43
import warnings
0 commit comments