Skip to content

Commit

Permalink
Fix failing CI test
Browse files Browse the repository at this point in the history
The CI complained that our import of the `twiss` helper function is unused.
But we need it to be available to use it in our examples.
  • Loading branch information
n01r committed Sep 7, 2024
1 parent d338c31 commit a6c1110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/impactx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# import core bindings to C++
from . import impactx_pybind as cxx
from .distribution_input_helpers import twiss
from .distribution_input_helpers import twiss # noqa
from .extensions.ImpactXParIter import register_ImpactXParIter_extension
from .extensions.ImpactXParticleContainer import (
register_ImpactXParticleContainer_extension,
Expand Down

0 comments on commit a6c1110

Please sign in to comment.