From 089bdc31e0f3a54f26febf329e5cae4899d8cb87 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:05:34 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- romancal/tweakreg/tests/test_tweakreg.py | 2 +- romancal/tweakreg/tweakreg_step.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/romancal/tweakreg/tests/test_tweakreg.py b/romancal/tweakreg/tests/test_tweakreg.py index 75adbb83b..e01052875 100644 --- a/romancal/tweakreg/tests/test_tweakreg.py +++ b/romancal/tweakreg/tests/test_tweakreg.py @@ -11,7 +11,7 @@ from astropy import coordinates as coord from astropy import table from astropy import units as u -from astropy.modeling import models, Model +from astropy.modeling import models from astropy.modeling.models import RotationSequence3D, Scale, Shift from astropy.time import Time from gwcs import coordinate_frames as cf diff --git a/romancal/tweakreg/tweakreg_step.py b/romancal/tweakreg/tweakreg_step.py index 3b7818dfa..19218b9ae 100644 --- a/romancal/tweakreg/tweakreg_step.py +++ b/romancal/tweakreg/tweakreg_step.py @@ -4,7 +4,6 @@ import os from pathlib import Path -from typing import List import numpy as np from astropy.table import Table