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 e421307 commit 3dc2506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flint/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

from flint.imager.wsclean import WSCleanOptions
from flint.logging import logger
from flint.naming import add_timestamp_to_path
from flint.masking import MaskingOptions
from flint.naming import add_timestamp_to_path
from flint.selfcal.casa import GainCalOptions

KNOWN_HEADERS = ("defaults", "initial", "selfcal", "version")
Expand Down
2 changes: 1 addition & 1 deletion flint/prefect/flows/continuum_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

from flint.calibrate.aocalibrate import find_existing_solutions
from flint.configuration import (
copy_and_timestamp_strategy_file,
get_options_from_strategy,
load_strategy_yaml,
copy_and_timestamp_strategy_file,
)
from flint.logging import logger
from flint.ms import MS
Expand Down

0 comments on commit 3dc2506

Please sign in to comment.