Skip to content

Commit

Permalink
Merge branch 'main' into 316-add-reference-paginator-implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jun 29, 2022
2 parents a34445b + e1fa4a4 commit cfd1368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/plugin_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def print_version(
print_fn: A function to use to display the plugin version.
Defaults to :function:`print`.
"""
print_fn(f"{cls.name} v{cls.plugin_version}, Meltano SDK v{cls.sdk_version})")
print_fn(f"{cls.name} v{cls.plugin_version}, Meltano SDK v{cls.sdk_version}")

@classmethod
def _get_about_info(cls: Type["PluginBase"]) -> Dict[str, Any]:
Expand Down

0 comments on commit cfd1368

Please sign in to comment.