From cca1be791e0c97b68e8bdebd89f6a832c15653c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mindaugas=20Ni=C5=BEauskas?= Date: Tue, 9 Jul 2024 12:42:24 +0300 Subject: [PATCH] rm newline --- tap_github/repository_streams.py | 1 - 1 file changed, 1 deletion(-) 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() -