Skip to content

Commit 34e2c84

Browse files
committed
Ruff
1 parent 7a88d4e commit 34e2c84

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/create_legacy_checkpoint.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515

1616
from mpi4py import MPI
1717

18+
import adios4dolfinx
1819
import dolfinx
1920
import numpy as np
2021

21-
import adios4dolfinx
22-
2322
a4d_version = version("adios4dolfinx")
2423
assert a4d_version < "0.7.2", (
2524
f"Creating a legacy checkpoint requires adios4dolfinx < 0.7.2, you have {a4d_version}."

0 commit comments

Comments
 (0)