diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-07-21 16:12:02 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-07-21 16:12:02 +0200 |
commit | 7c56ff408032dba4c88e57584a483657c1ef7278 (patch) | |
tree | 418e9e9c4f61bf6ea4b1e34a89ecfc1e27eab010 | |
parent | 9a300ee11e08e36dfcbc4f0b2c6effa2cc738906 (diff) |
Ignore unused imports in __init__.py
-rw-r--r-- | pyapd/objects/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyapd/objects/__init__.py b/pyapd/objects/__init__.py index 1959576..456c021 100644 --- a/pyapd/objects/__init__.py +++ b/pyapd/objects/__init__.py @@ -1 +1 @@ -from .APObject import APObject +from .APObject import APObject # noqa: F401 |