Skip to content

Commit 4130aa3

Browse files
committed
Fix ruff checks import order
1 parent e5c2b72 commit 4130aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/dolfinx/fem/function.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
from __future__ import annotations
99

10-
import warnings
1110
import typing
11+
import warnings
1212
from functools import singledispatch
1313

1414
import numpy as np

0 commit comments

Comments
 (0)