Skip to content

Commit 5feda1a

Browse files
committed
refactor: tidy order of imports
1 parent 36f430c commit 5feda1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sqlite_s3_query.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
import hmac
2+
import os
13
from contextlib import contextmanager
24
from ctypes import CFUNCTYPE, POINTER, Structure, create_string_buffer, pointer, cast, memmove, memset, sizeof, addressof, cdll, byref, string_at, c_char_p, c_int, c_double, c_int64, c_void_p, c_char
35
from ctypes.util import find_library
6+
from datetime import datetime
47
from functools import partial
58
from hashlib import sha256
6-
import hmac
7-
from datetime import datetime
8-
import os
99
from re import sub
1010
from time import time
1111
from urllib.parse import urlencode, urlsplit, quote

0 commit comments

Comments
 (0)