diff options
author | 2022-08-11 19:00:35 -0600 | |
---|---|---|
committer | 2022-08-11 18:00:35 -0700 | |
commit | 64d89befdfd86fc44efe3bcd3a15c31d86181edc (patch) | |
tree | f365c640119227427b8a6dbdaaacc6dca313cd69 /Examples/Modules | |
parent | b4686616d884e11f4a624989d370b3c032d0c1c4 (diff) | |
download | WarpX-64d89befdfd86fc44efe3bcd3a15c31d86181edc.tar.gz WarpX-64d89befdfd86fc44efe3bcd3a15c31d86181edc.tar.zst WarpX-64d89befdfd86fc44efe3bcd3a15c31d86181edc.zip |
`isort`: AMReX, WarpX, etc. as First Party (#3307)
* `isort`: AMReX, WarpX, etc. as First Party
Mark the `amrex` and `pywarpx`, `picmistandard`, ... imports as first
party, so that they do not change if run locally or remotely pre/post
install.
Diffstat (limited to 'Examples/Modules')
-rwxr-xr-x | Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py b/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py index 4619defe1..c0907d677 100755 --- a/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py +++ b/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 import numpy as np + from pywarpx import fields, picmi max_steps = 1 |