diff options
Diffstat (limited to 'stdnum/eu/nace.py')
-rw-r--r-- | stdnum/eu/nace.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdnum/eu/nace.py b/stdnum/eu/nace.py index 91fc2a4..ac72548 100644 --- a/stdnum/eu/nace.py +++ b/stdnum/eu/nace.py @@ -50,7 +50,7 @@ Traceback (most recent call last): InvalidLength: ... >>> format('6201') '62.01' -""" +""" # noqa: E501 import warnings |