Skip to content

Commit 931ff5f

Browse files
tjoubertjoowani
authored andcommitted
Sorted imports in request.py
1 parent 1184bfe commit 931ff5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arango/request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
__all__ = ["Request"]
22

3+
from importlib.metadata import version
34
from typing import Any, MutableMapping, Optional
45

56
from arango.typings import DriverFlags, Fields, Headers, Params
6-
from importlib.metadata import version
77

88

99
def normalize_headers(

0 commit comments

Comments
 (0)