diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2017-09-10 23:40:04 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2017-09-11 20:54:34 +0200 |
commit | e468c1beae5cdacbb05540e39a5924bbc7acc09f (patch) | |
tree | 662bc714ed60d9740e8431935592ea6109775c46 /stdnum/sk/rc.py | |
parent | 1c276393d695f969f4600cb3adc49af71168d513 (diff) |
Make import ordering consistent
Diffstat (limited to 'stdnum/sk/rc.py')
-rw-r--r-- | stdnum/sk/rc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdnum/sk/rc.py b/stdnum/sk/rc.py index d0ffa8f..84eb9c9 100644 --- a/stdnum/sk/rc.py +++ b/stdnum/sk/rc.py @@ -49,5 +49,5 @@ InvalidLength: ... # since this number is essentially the same as the Czech counterpart # (until 1993 the Czech Republic and Slovakia were one country) -from stdnum.cz.rc import compact, validate, is_valid, format +from stdnum.cz.rc import compact, format, is_valid, validate __all__ = ['compact', 'validate', 'is_valid', 'format'] |