Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/lu/__init__.py
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2018-02-14 19:23:21 +0100
committerArthur de Jong <arthur@arthurdejong.org>2018-02-14 19:28:23 +0100
commit5cbba25f9267c37450a04b72bc0f2f1e7ae8e37a (patch)
treea7c3615dedf71b89dbb5113ee4e86a313f4fd6fd /stdnum/lu/__init__.py
parent201960c191f07d951e0b4465b217e546daebfc0c (diff)
Update the flake8 ignore list
Re-enable the flake8 test for unused imports by explicitly marking imports for namespace purposes. This allows us to remove a few unused imports. A few more cleanups that allow us to reduce the number of ignored flake8 ignored tests. The remaining ignored tests are now documented. Ignore a flake8 warning about print statements because we use print in the update scripts.
Diffstat (limited to 'stdnum/lu/__init__.py')
-rw-r--r--stdnum/lu/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdnum/lu/__init__.py b/stdnum/lu/__init__.py
index b3a3724..3c28de8 100644
--- a/stdnum/lu/__init__.py
+++ b/stdnum/lu/__init__.py
@@ -21,4 +21,4 @@
"""Collection of Luxembourgian numbers."""
# provide vat as an alias
-from stdnum.lu import tva as vat
+from stdnum.lu import tva as vat # noqa: F401