diff --git a/tap_github/repository_streams.py b/tap_github/repository_streams.py index 92738ce6..d2942695 100644 --- a/tap_github/repository_streams.py +++ b/tap_github/repository_streams.py @@ -2463,4 +2463,3 @@ class CustomPropertiesStream(GitHubRestStream): th.Property("property_name", th.StringType), th.Property("value", th.StringType), ).to_dict() -