lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.8.1-15-gab15e20

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 1.8.1-15-gab15e20



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".

The branch, master has been updated
       via  ab15e206abe8778eaf8109ddf209ab228c81c79d (commit)
      from  ee263a5bf54d31efeb123d2ec213f26544a3b25a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=ab15e206abe8778eaf8109ddf209ab228c81c79d

commit ab15e206abe8778eaf8109ddf209ab228c81c79d
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sat Mar 17 16:43:49 2018 +0100

    Fix import order
    
    Fixes ee263a5

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

-----------------------------------------------------------------------

Summary of changes:
 stdnum/at/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
python-stdnum
-- 
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
https://lists.arthurdejong.org/python-stdnum-commits/