Skip to content

Commit 86722f4

Browse files
committed
remove unused import
1 parent 6e164c3 commit 86722f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/test_source_faker_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from airbyte.caches.base import CacheBase
2222
from airbyte.caches.duckdb import DuckDBCache
2323
from airbyte.caches.postgres import PostgresCache
24-
from airbyte.caches.util import new_local_cache, get_default_cache
24+
from airbyte.caches.util import new_local_cache
2525

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

0 commit comments

Comments
 (0)