Skip to content

Commit

Permalink
Fix isort failing in ctapipe/instrument/camera/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aknierim committed Jul 10, 2023
1 parent 246639f commit 3c0223b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctapipe/instrument/camera/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .description import CameraDescription # noqa: F401
from .geometry import CameraGeometry, UnknownPixelShapeWarning, PixelShape # noqa: F401
from .geometry import CameraGeometry, PixelShape, UnknownPixelShapeWarning # noqa: F401
from .readout import CameraReadout # noqa: F401

# __all__ = [
Expand Down

0 comments on commit 3c0223b

Please sign in to comment.