Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 2, 2024
1 parent 14eafbf commit 3fdbe73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pylhe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
from pylhe.awkward import to_awkward

__all__ = [
"__version__",
"LHEEvent",
"LHEEventInfo",
"LHEFile",
"LHEInit",
"LHEInitInfo",
"LHEParticle",
"LHEProcInfo",
"__version__",
"read_lhe",
"read_lhe_file",
"read_lhe_init",
"read_lhe_with_attributes",
"read_num_events",
"write_lhe_file_path",
"to_awkward",
"write_lhe_file",
"write_lhe_file_path",
"write_lhe_file_string",
"write_lhe_string",
"to_awkward",
]


Expand Down

0 comments on commit 3fdbe73

Please sign in to comment.