Skip to content

Commit

Permalink
Import InvalidReplicationKeyException name
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsqu authored Aug 28, 2023
1 parent 90a8c43 commit 9e9f77e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/core/test_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
import requests

from singer_sdk._singerlib import Catalog, MetadataMapping
from singer_sdk.exceptions import (
InvalidReplicationKeyException,
)
from singer_sdk.helpers._classproperty import classproperty
from singer_sdk.helpers.jsonpath import _compile_jsonpath, extract_jsonpath
from singer_sdk.pagination import first
Expand Down

0 comments on commit 9e9f77e

Please sign in to comment.