Skip to content

Commit 8513169

Browse files
committed
Fix import order
1 parent 13cfc16 commit 8513169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vws/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
from urllib3.filepost import encode_multipart_formdata
1111

1212
from ._authorization import authorization_header, rfc_1123_date
13-
from .include_target_data import CloudRecoIncludeTargetData
1413
from ._result_codes import raise_for_result_code
1514
from .exceptions import MaxNumResultsOutOfRange
15+
from .include_target_data import CloudRecoIncludeTargetData
1616

1717

1818
class CloudRecoService:

0 commit comments

Comments
 (0)