Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Mar 14, 2024
1 parent 6e164c3 commit 86722f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_source_faker_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from airbyte.caches.base import CacheBase
from airbyte.caches.duckdb import DuckDBCache
from airbyte.caches.postgres import PostgresCache
from airbyte.caches.util import new_local_cache, get_default_cache
from airbyte.caches.util import new_local_cache

# Product count is always the same, regardless of faker scale.
NUM_PRODUCTS = 100
Expand Down

0 comments on commit 86722f4

Please sign in to comment.