Skip to content

Commit fce2193

Browse files
committed
chore: sort imports.
1 parent 4e4e1d0 commit fce2193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# Actions used in REST and XMLRPC APIs
66
#
77

8-
from roundup.exceptions import Unauthorised
98
from roundup import hyperdb
9+
from roundup.exceptions import Unauthorised
1010

1111

1212
class Action:

0 commit comments

Comments
 (0)