aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/Langmuirwave.py
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2023-06-12 15:45:09 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-12 15:45:09 -0700
commit0e588edfecd7aca5be32eaace2170ef8281e6323 (patch)
tree9d6b3fb08565d385a4d4f6f31fc08eda54a43a9b /Python/pywarpx/Langmuirwave.py
parentd81503dd97a4c8154feaec5a9fe2738bc8492cab (diff)
downloadWarpX-0e588edfecd7aca5be32eaace2170ef8281e6323.tar.gz
WarpX-0e588edfecd7aca5be32eaace2170ef8281e6323.tar.zst
WarpX-0e588edfecd7aca5be32eaace2170ef8281e6323.zip
Cleanup unused parts of WarpX Python interface (#3971)
* Cleanup unused parts of WarpX Python interface * Fix breaking Python import
Diffstat (limited to 'Python/pywarpx/Langmuirwave.py')
-rw-r--r--Python/pywarpx/Langmuirwave.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/Python/pywarpx/Langmuirwave.py b/Python/pywarpx/Langmuirwave.py
deleted file mode 100644
index 43d672a4a..000000000
--- a/Python/pywarpx/Langmuirwave.py
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2016 David Grote
-#
-# This file is part of WarpX.
-#
-# License: BSD-3-Clause-LBNL
-
-from .Bucket import Bucket
-
-langmuirwave = Bucket('langmuirwave')