Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 16, 2024
1 parent b382333 commit 1b56039
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions panama/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
from .weights import add_weight_prompt, add_weight_prompt_per_event, get_weights

__all__ = (
"read_DAT",
"get_weights",
"PDGID_ERROR_VAL",
"CorsikaRunner",
"__logo__",
"__version__",
"add_weight_prompt",
"add_weight_prompt_per_event",
"CorsikaRunner",
"cli",
"PDGID_ERROR_VAL",
"__version__",
"__logo__",
"get_weights",
"read_DAT",
)

0 comments on commit 1b56039

Please sign in to comment.