We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c2b72 commit 4130aa3Copy full SHA for 4130aa3
python/dolfinx/fem/function.py
@@ -7,8 +7,8 @@
7
8
from __future__ import annotations
9
10
-import warnings
11
import typing
+import warnings
12
from functools import singledispatch
13
14
import numpy as np
0 commit comments