Skip to content

Commit

Permalink
Merge pull request #81 from michalc/refactor/tidy-order-of-import
Browse files Browse the repository at this point in the history
refactor: tidy order of imports
  • Loading branch information
michalc authored Aug 7, 2023
2 parents 36f430c + 5feda1a commit dd71445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sqlite_s3_query.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import hmac
import os
from contextlib import contextmanager
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
from ctypes.util import find_library
from datetime import datetime
from functools import partial
from hashlib import sha256
import hmac
from datetime import datetime
import os
from re import sub
from time import time
from urllib.parse import urlencode, urlsplit, quote
Expand Down

0 comments on commit dd71445

Please sign in to comment.