8000 Fix import order · cedk/python-stdnum@08cdcd6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 08cdcd6

Browse files
committed
Fix import order
1 parent c622d17 commit 08cdcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdnum/be/__init__.py

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

2323
# provide businessid as an alias
24-
from stdnum.be import vat as businessid # noqa: F401
2524
from stdnum.be import nn as personalid # noqa: F401
25+
from stdnum.be import vat as businessid # noqa: F401

0 commit comments

Comments
 (0)
0