Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed Feb 21, 2024
1 parent 7e9721f commit a1a8e90
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions ingest_api/runtime/src/ingestor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@
from typing import TYPE_CHECKING, Iterator, List, Optional, Sequence

from boto3.dynamodb.types import TypeDeserializer
from fastapi.encoders import jsonable_encoder
from pypgstac.db import PgstacDB
from src.auth import get_settings
from src.dependencies import get_table
from src.schemas import Ingestion, Status
from src.utils import (
IngestionType,
get_db_credentials,
load_into_pgstac,
)
from src.utils import IngestionType, get_db_credentials, load_into_pgstac

from fastapi.encoders import jsonable_encoder

if TYPE_CHECKING:
from aws_lambda_typing import context as context_
Expand Down

0 comments on commit a1a8e90

Please sign in to comment.