diff options
Diffstat (limited to 'stdnum/es')
-rw-r--r-- | stdnum/es/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdnum/es/__init__.py b/stdnum/es/__init__.py index c648ca4..e74786c 100644 --- a/stdnum/es/__init__.py +++ b/stdnum/es/__init__.py @@ -21,4 +21,4 @@ """Collection of Spanish numbers.""" # provide vat as an alias -from stdnum.es import nif as vat +from stdnum.es import nif as vat # noqa: F401 |