Skip to content

Commit

Permalink
python formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
asalzburger committed Nov 20, 2023
1 parent bd8139a commit 2475b58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/Python/python/acts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
else:
warnings.warn(error + "\nThe compile-time threshold will be used in this case!")


def Propagator(stepper, navigator):
for prefix in ("Eigen", "Atlas", "StraightLine"):
_stepper = getattr(ActsPythonBindings, f"{prefix}Stepper")
Expand Down

0 comments on commit 2475b58

Please sign in to comment.