8000 Re-sorted imports · arangodb/python-arango@aad43eb · GitHub
[go: up one dir, main page]

Skip to content

Commit aad43eb

Browse files
committed
Re-sorted imports
1 parent f24bf6b commit aad43eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arango/aql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
AQLQueryExplainError,
2020
AQLQueryKillError,
2121
AQLQueryListError,
22+
AQLQueryRulesGetError,
2223
AQLQueryTrackingGetError,
2324
AQLQueryTrackingSetError,
2425
AQLQueryValidateError,
25-
AQLQueryRulesGetError,
2626
)
2727
from arango.executor import ApiExecutor
2828
from arango.formatter import (

0 commit comments

Comments
 (0)
0