Skip to content

Commit

Permalink
remove import accidentally included in rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kosack committed Aug 3, 2023
1 parent 89489c7 commit 19ff463
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ctapipe/tools/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import logging
import os
import sys
from importlib.resources import files

from ctapipe.core.traits import Bool

Expand Down Expand Up @@ -262,7 +261,6 @@ def _info_system():
system_prov = prov.current_activity.provenance["system"]

for section in ["platform", "python"]:

print("\n====== ", section, " ======== \n")
sysinfo = system_prov[section]

Expand Down

0 comments on commit 19ff463

Please sign in to comment.