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 e29ce59 commit c8eba69Copy full SHA for c8eba69
1 file changed
python/basix/finite_element.py
@@ -6,7 +6,7 @@
6
"""Functions for creating finite elements."""
7
8
from collections.abc import Sequence
9
-from typing import TYPE_CHECKING, Generic, TypeVar, Self
+from typing import TYPE_CHECKING, Generic, Self, TypeVar
10
from warnings import warn
11
12
import numpy as np
0 commit comments