From 3c0223b09f2e0eb96e2e52c8f05a6353ad2b5cb6 Mon Sep 17 00:00:00 2001 From: Anno Knierim Date: Mon, 10 Jul 2023 11:40:56 +0200 Subject: [PATCH] Fix isort failing in ctapipe/instrument/camera/__init__.py --- ctapipe/instrument/camera/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctapipe/instrument/camera/__init__.py b/ctapipe/instrument/camera/__init__.py index c87b09a7ef9..43a0644f6f9 100644 --- a/ctapipe/instrument/camera/__init__.py +++ b/ctapipe/instrument/camera/__init__.py @@ -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__ = [