From 6eadca15146b6dc3e34ea8ba2b886e3ee63ea908 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Wed, 20 Feb 2019 23:37:00 +0100 Subject: Switch from import-order to isort --- stdnum/co/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdnum/co') diff --git a/stdnum/co/__init__.py b/stdnum/co/__init__.py index a72d843..de40a0c 100644 --- a/stdnum/co/__init__.py +++ b/stdnum/co/__init__.py @@ -21,5 +21,5 @@ """Collection of Colombian numbers.""" # provide vat and rut as an alias -from stdnum.co import nit as vat # noqa: F401 -from stdnum.co import nit as rut # noqa: F401 +from stdnum.co import nit as vat # noqa: F401, isort:skip +from stdnum.co import nit as rut # noqa: F401, isort:skip -- cgit v1.2.3