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 Aug 26, 2024
1 parent 59cf14b commit f352a3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion notebooks/ParticleDemo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
},
"outputs": [],
"source": [
"from __future__ import annotations\n",
"\n",
"!python -m particle -h"
]
},
Expand Down Expand Up @@ -180,7 +182,7 @@
},
"outputs": [],
"source": [
"from particle import PDGID, Particle, Charge"
"from particle import PDGID, Charge, Particle"
]
},
{
Expand Down

0 comments on commit f352a3b

Please sign in to comment.