Skip to content

Commit 0d7c42c

Browse files
committed
fix: isort
1 parent 5bd3843 commit 0d7c42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arango/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
from arango.request import Request
4242
from arango.response import Response
4343
from arango.result import Result
44-
from arango.typings import Fields, Headers, Json, Params, Jsons
44+
from arango.typings import Fields, Headers, Json, Jsons, Params
4545
from arango.utils import get_batches, get_doc_id, is_none_or_int, is_none_or_str
4646

4747

0 commit comments

Comments
 (0)