fix: lint errors (import sorting, unused vars)
This commit is contained in:
@@ -128,8 +128,8 @@ TABLE_SCHEMAS: dict[str, pa.Schema] = {
|
||||
# These are added after the initial dict definition.
|
||||
def _register_worker_schemas() -> None:
|
||||
from services.lake_publisher.worker import (
|
||||
COMPETITOR_RELATIONSHIPS_SCHEMA,
|
||||
COMPETITIVE_SIGNALS_SCHEMA,
|
||||
COMPETITOR_RELATIONSHIPS_SCHEMA,
|
||||
GLOBAL_EVENTS_SCHEMA,
|
||||
MACRO_IMPACTS_SCHEMA,
|
||||
TREND_PROJECTIONS_SCHEMA,
|
||||
|
||||
@@ -35,6 +35,8 @@ from minio import Minio
|
||||
|
||||
from services.lake_publisher.partitions import partition_values
|
||||
from services.lake_publisher.worker import (
|
||||
publish_competitive_signal_fact,
|
||||
publish_competitor_relationship_fact,
|
||||
publish_document_extraction,
|
||||
publish_document_extractions_batch,
|
||||
publish_document_fact,
|
||||
@@ -48,8 +50,6 @@ from services.lake_publisher.worker import (
|
||||
publish_trade_fill,
|
||||
publish_trade_order,
|
||||
publish_trend_projection_fact,
|
||||
publish_competitor_relationship_fact,
|
||||
publish_competitive_signal_fact,
|
||||
)
|
||||
from services.shared.config import load_config
|
||||
from services.shared.db import get_minio, get_pg_pool, get_redis
|
||||
|
||||
Reference in New Issue
Block a user