From 64d89befdfd86fc44efe3bcd3a15c31d86181edc Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 11 Aug 2022 19:00:35 -0600 Subject: `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. --- Examples/Tests/ParticleDataPython/PICMI_inputs_prev_pos_2d.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Examples/Tests/ParticleDataPython/PICMI_inputs_prev_pos_2d.py') diff --git a/Examples/Tests/ParticleDataPython/PICMI_inputs_prev_pos_2d.py b/Examples/Tests/ParticleDataPython/PICMI_inputs_prev_pos_2d.py index 9cfe669ce..0e988f0fe 100755 --- a/Examples/Tests/ParticleDataPython/PICMI_inputs_prev_pos_2d.py +++ b/Examples/Tests/ParticleDataPython/PICMI_inputs_prev_pos_2d.py @@ -3,6 +3,7 @@ # --- Input file to test the saving of old particle positions import numpy as np + from pywarpx import picmi constants = picmi.constants -- cgit v1.2.3