Skip to content

Commit c8eba69

Browse files
committed
Import order
1 parent e29ce59 commit c8eba69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/basix/finite_element.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""Functions for creating finite elements."""
77

88
from collections.abc import Sequence
9-
from typing import TYPE_CHECKING, Generic, TypeVar, Self
9+
from typing import TYPE_CHECKING, Generic, Self, TypeVar
1010
from warnings import warn
1111

1212
import numpy as np

0 commit comments

Comments
 (0)