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 Nov 7, 2024
1 parent c5dd2dd commit 78d5e0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions romancal/tweakreg/tests/test_astrometric_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,7 @@ def test_create_astrometric_catalog_write_results_to_disk(tmp_path, base_image):
fh = StringIO()
table.Table.write.list_formats(out=fh)
fh.seek(0)
list_of_supported_formats = [
"ascii.ecsv", "fits"
]
list_of_supported_formats = ["ascii.ecsv", "fits"]

for table_format in list_of_supported_formats:
res = create_astrometric_catalog(
Expand Down

0 comments on commit 78d5e0f

Please sign in to comment.