Skip to content

Commit

Permalink
refactor: Move temporary file to new module
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Mar 22, 2024
1 parent b11e4cc commit 64837d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions posthog/temporal/batch_exports/batch_exports.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import abc
import collections.abc
import dataclasses
import datetime as dt
Expand All @@ -7,7 +6,6 @@
from string import Template

import pyarrow as pa
import pyarrow.parquet as pq
from asgiref.sync import sync_to_async
from django.conf import settings
from temporalio import activity, exceptions, workflow
Expand Down
4 changes: 0 additions & 4 deletions posthog/temporal/batch_exports/s3_batch_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
from posthog.temporal.batch_exports.base import PostHogWorkflow
from posthog.temporal.batch_exports.batch_exports import (
CreateBatchExportRunInputs,
FlushCallable,
JSONLBatchExportWriter,
ParquetBatchExportWriter,
UnsupportedFileFormatError,
UpdateBatchExportRunStatusInputs,
create_export_run,
default_fields,
Expand Down

0 comments on commit 64837d1

Please sign in to comment.