From 5cbba25f9267c37450a04b72bc0f2f1e7ae8e37a Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Wed, 14 Feb 2018 19:23:21 +0100 Subject: 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. --- stdnum/lu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdnum/lu/__init__.py') 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 -- cgit v1.2.3