Skip to content

Commit 0a08d0e

Browse files
committed
STY: Remove unused import
1 parent 4991819 commit 0a08d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galsim/hsm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from .bounds import BoundsI
2424
from .shear import Shear
2525
from .image import Image, ImageI, ImageF, ImageD
26-
from .errors import GalSimError, GalSimValueError, GalSimHSMError, GalSimIncompatibleValuesError
26+
from .errors import GalSimValueError, GalSimHSMError, GalSimIncompatibleValuesError
2727

2828
class ShapeData:
2929
"""A class to contain the outputs of the HSM shape and moments measurement routines.

0 commit comments

Comments
 (0)