Skip to content

Commit

Permalink
Format with black and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Feb 18, 2024
1 parent 89b7df8 commit 158d5c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fluidimage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@
"""

import sys
import subprocess
import sys
from pathlib import Path
from shutil import which

import numpy as np

from fluiddyn.util import create_object_from_file, get_memory_usage
from fluiddyn.util.paramcontainer import ParamContainer
from fluiddyn.util.serieofarrays import SerieOfArraysFromFiles, SeriesOfArrays
Expand Down

0 comments on commit 158d5c0

Please sign in to comment.