From ab15e206abe8778eaf8109ddf209ab228c81c79d Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 17 Mar 2018 16:43:49 +0100 Subject: Fix import order Fixes ee263a5 --- stdnum/at/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdnum/at') diff --git a/stdnum/at/__init__.py b/stdnum/at/__init__.py index 0b95488..9f09d71 100644 --- a/stdnum/at/__init__.py +++ b/stdnum/at/__init__.py @@ -21,5 +21,5 @@ """Collection of Austrian numbers.""" # provide vat as an alias -from stdnum.at import uid as vat # noqa: F401 from stdnum.at import postleitzahl as postal_code # noqa: F401 +from stdnum.at import uid as vat # noqa: F401 -- cgit v1.2.3