Skip to content

Commit

Permalink
deepsource fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grzanka committed Dec 12, 2024
1 parent d8dd92b commit 5835e89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymchelper/writers/shieldhit.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def _header_no_of_bins_and_prim(self, estimator):

def write(self, estimator: Estimator):
"""TODO"""

if estimator.file_format not in {'bdo2016', 'bdo2019'}:
logger.error("Unsupported file format: %s", estimator.file_format)
logger.error("This converter is designed for SHIELD-HIT12A output files only.")
Expand Down

0 comments on commit 5835e89

Please sign in to comment.