Remove __all__ use in PICMI and PyPIConGPU #5014
Labels
good first issue
signal new contributors where they can start
PICMI
pypicongpu and picmi related
refactoring
code change to improve performance or to unify a concept but does not change public API
PICMI and PyPIConGPU
__init__.py
files specify an__all__
variable that is supposed to overwrite the default behavior offrom picongpu.picmi import *
, but do not actually diverge from the default behavior.We should therefore not specify them at all.
The text was updated successfully, but these errors were encountered: