Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/eu/nace.py
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2017-09-10 23:40:53 +0200
committerArthur de Jong <arthur@arthurdejong.org>2017-09-11 21:14:20 +0200
commit0ce5d0b21bd36cef209d7574e2ef5215df3ceca6 (patch)
treedc8ed359117720163983330b78cb1568407f50c8 /stdnum/eu/nace.py
parente468c1beae5cdacbb05540e39a5924bbc7acc09f (diff)
Minor code improvements (mostly PEP8)
Diffstat (limited to 'stdnum/eu/nace.py')
-rw-r--r--stdnum/eu/nace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdnum/eu/nace.py b/stdnum/eu/nace.py
index 64743b0..01ce652 100644
--- a/stdnum/eu/nace.py
+++ b/stdnum/eu/nace.py
@@ -67,7 +67,7 @@ def info(number):
number = compact(number)
from stdnum import numdb
info = dict()
- for n, i in numdb.get('eu/nace').info(number):
+ for _n, i in numdb.get('eu/nace').info(number):
if not i:
raise InvalidComponent()
info.update(i)