10000 Fix import order · AmarisAI/python-stdnum@ab15e20 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab15e20

Browse files
committed
Fix import order
Fixes ee263a5
1 parent ee263a5 commit ab15e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdnum/at/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"""Collection of Austrian numbers."""
2222

2323
# provide vat as an alias
24-
from stdnum.at import uid as vat # noqa: F401
2524
from stdnum.at import postleitzahl as postal_code # noqa: F401
25+
from stdnum.at import uid as vat # noqa: F401

0 commit comments

Comments
 (0)
0