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] authored and mairanteodoro committed Sep 23, 2024
1 parent 6b08337 commit 9c7a778
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion romancal/tweakreg/tests/test_tweakreg.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
from roman_datamodels import datamodels as rdm
from roman_datamodels import maker_utils
from stcal.tweakreg.astrometric_utils import get_catalog
from romancal.tweakreg.tweakreg_step import _validate_catalog_columns

from romancal.datamodels import ModelLibrary
from romancal.tweakreg import tweakreg_step as trs
from romancal.tweakreg.tweakreg_step import _validate_catalog_columns


class MockConnectionError:
Expand Down
1 change: 0 additions & 1 deletion romancal/tweakreg/tweakreg_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from ..datamodels import ModelLibrary
from ..stpipe import RomanStep


SINGLE_GROUP_REFCAT = tweakreg.SINGLE_GROUP_REFCAT
_SINGLE_GROUP_REFCAT_STR = tweakreg._SINGLE_GROUP_REFCAT_STR
DEFAULT_ABS_REFCAT = SINGLE_GROUP_REFCAT[0]
Expand Down

0 comments on commit 9c7a778

Please sign in to comment.