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 Sep 16, 2024
1 parent a0cad5f commit e85ec9e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/examples/processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"import pyhepmc as hp\n",
"from particle import literals as lp\n",
"import numpy as np\n",
"from IPython.display import display\n",
"\n",
"with hp.open(\"../../tests/sibyll21.dat\") as f:\n",
" for small_event in f:\n",
Expand Down Expand Up @@ -182,9 +181,7 @@
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
"from pyhepmc._core import _sum_energy_of_protons as sum_energy_of_protons_0"
]
"source": []
},
{
"attachments": {},
Expand Down

0 comments on commit e85ec9e

Please sign in to comment.