Skip to content

Commit

Permalink
Update singer_sdk/mapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Sep 15, 2024
1 parent 8074e09 commit f915ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def _init_functions_and_schema( # noqa: PLR0912, PLR0915, C901
)
if "Faker" in prop_def:
warnings.warn(
"Class 'Faker' is deprecated in stream maps. Use instance methods, like 'fake.seed_instance'", # noqa: E501
"Class 'Faker' is deprecated in stream maps. Use instance methods, like 'fake.seed_instance.'", # noqa: E501
DeprecationWarning,
stacklevel=2,
)
Expand Down

0 comments on commit f915ee2

Please sign in to comment.