Skip to content

Commit

Permalink
Fix isort complain in ctapipe/tools/info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HealthyPear committed Mar 31, 2023
1 parent ec02215 commit f2e4c43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ctapipe/tools/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,7 @@ def _info_reconstructors():


def _info_datamodel():
from ctapipe.io.datawriter import (DATA_MODEL_CHANGE_HISTORY,
DATA_MODEL_VERSION)
from ctapipe.io.datawriter import DATA_MODEL_CHANGE_HISTORY, DATA_MODEL_VERSION
from ctapipe.io.hdf5eventsource import COMPATIBLE_DATA_MODEL_VERSIONS

print("\n*** ctapipe data model ***\n")
Expand Down

0 comments on commit f2e4c43

Please sign in to comment.