Skip to content

Commit

Permalink
fix import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Feb 17, 2024
1 parent 79eb7e1 commit dbce864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions tests/integration_tests/test_snowflake_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@
from collections.abc import Generator
import os
import sys
import shutil
from pathlib import Path

import pytest

from airbyte_cdk.models import ConfiguredAirbyteCatalog

import airbyte as ab
from airbyte import caches

Expand Down
4 changes: 2 additions & 2 deletions tests/integration_tests/test_source_faker_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
import sys
import shutil
from pathlib import Path
import typing

import pytest
import ulid

from airbyte_cdk.models import ConfiguredAirbyteCatalog

import airbyte as ab
from airbyte import caches
Expand Down Expand Up @@ -130,7 +130,7 @@ def test_faker_pks(
) -> None:
"""Test that the append strategy works as expected."""

catalog: ConfiguredAirbyteCatalog = source_faker_seed_a.configured_catalog
catalog = source_faker_seed_a.configured_catalog

assert catalog.streams[0].primary_key
assert catalog.streams[1].primary_key
Expand Down

0 comments on commit dbce864

Please sign in to comment.