Skip to content

Commit

Permalink
blac
Browse files Browse the repository at this point in the history
  • Loading branch information
christinahedges committed Jul 23, 2024
1 parent c7dfa53 commit 5b41da7
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions src/tessrip/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,23 @@
from botocore import UNSIGNED
from botocore.config import Config

from . import (BUCKET_NAME, BYTES_PER_PIX, DATA_OFFSET, HDR_SIZE,
MAX_CONCURRENT_DOWNLOADS, PACKAGEDIR, get_logger)
from .utils import (WCS_ATTRS, _extract_average_WCS, _fix_primary_hdu,
_sync_call, convert_coordinates_to_runs,
convert_to_native_types)
from . import (
BUCKET_NAME,
BYTES_PER_PIX,
DATA_OFFSET,
HDR_SIZE,
MAX_CONCURRENT_DOWNLOADS,
PACKAGEDIR,
get_logger,
)
from .utils import (
WCS_ATTRS,
_extract_average_WCS,
_fix_primary_hdu,
_sync_call,
convert_coordinates_to_runs,
convert_to_native_types,
)

log = get_logger()

Expand Down

0 comments on commit 5b41da7

Please sign in to comment.