Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 12, 2024
1 parent 80a68ef commit da65499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flint/prefect/flows/continuum_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from flint.configuration import get_options_from_strategy, load_strategy_yaml
from flint.logging import logger
from flint.ms import MS
from flint.naming import get_sbid_from_path, add_timestamp_to_path
from flint.naming import add_timestamp_to_path, get_sbid_from_path
from flint.options import FieldOptions
from flint.prefect.clusters import get_dask_runner
from flint.prefect.common.imaging import (
Expand Down

0 comments on commit da65499

Please sign in to comment.