Skip to content

Commit a8f672d

Browse files
committed
Ruff format
1 parent 8bc9bfb commit a8f672d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffcx/ir/elementtables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def build_optimized_tables(
311311
is_mixed_dim: bool,
312312
rtol: float = default_rtol,
313313
atol: float = default_atol,
314-
) -> dict[typing.Union[ModifiedTerminal ,str], UniqueTableReferenceT]:
314+
) -> dict[typing.Union[ModifiedTerminal, str], UniqueTableReferenceT]:
315315
"""Build the element tables needed for a list of modified terminals.
316316
317317
Args:

0 commit comments

Comments
 (0)