diff options
Diffstat (limited to 'Python/pywarpx/Diagnostics.py')
-rw-r--r-- | Python/pywarpx/Diagnostics.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/pywarpx/Diagnostics.py b/Python/pywarpx/Diagnostics.py index 4846a88c8..5ed359b1c 100644 --- a/Python/pywarpx/Diagnostics.py +++ b/Python/pywarpx/Diagnostics.py @@ -22,4 +22,3 @@ class Diagnostic(Bucket): def __setattr__(self, name, value): self.add_new_attr_with_check(name, value) - |