diff options
Diffstat (limited to 'stdnum/nz')
-rw-r--r-- | stdnum/nz/ird.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdnum/nz/ird.py b/stdnum/nz/ird.py index 50b6d01..0e9307a 100644 --- a/stdnum/nz/ird.py +++ b/stdnum/nz/ird.py @@ -44,7 +44,7 @@ Traceback (most recent call last): InvalidLength: ... >>> format('49098576') '49-098-576' -""" +""" # noqa: E501 from stdnum.exceptions import * from stdnum.util import clean, isdigits |