Skip to content

Commit

Permalink
fix: Update import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Dec 13, 2024
1 parent 581febf commit 9e1e133
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import json
import operator
import os
import warnings
import uuid
import warnings

import psycopg
import pytest
Expand All @@ -29,8 +29,8 @@
RedshiftInsertInputs,
insert_into_redshift_activity,
redshift_default_fields,
remove_escaped_whitespace_recursive,
)
from posthog.temporal.batch_exports.temporary_file import remove_escaped_whitespace_recursive
from posthog.temporal.common.clickhouse import ClickHouseClient
from posthog.temporal.tests.batch_exports.utils import mocked_start_batch_export_run
from posthog.temporal.tests.utils.events import generate_test_events_in_clickhouse
Expand Down

0 comments on commit 9e1e133

Please sign in to comment.