From e468c1beae5cdacbb05540e39a5924bbc7acc09f Mon Sep 17 00:00:00 2001 From: Arthur de Jong <arthur@arthurdejong.org> Date: Sun, 10 Sep 2017 23:40:04 +0200 Subject: Make import ordering consistent --- stdnum/sk/rc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdnum/sk/rc.py') 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'] -- cgit v1.2.3