From 26af9a63b4213655d3ca2ea759d5fdbe52da86e6 Mon Sep 17 00:00:00 2001 From: Giriharan Date: Tue, 5 Nov 2024 14:06:00 +0530 Subject: [PATCH] fix: issue due to black formatter --- examples/feeds/create_feed.py | 4 ++-- examples/feeds/delete_feed.py | 4 ++-- examples/feeds/query_and_upload_feeds.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/feeds/create_feed.py b/examples/feeds/create_feed.py index 70ec0600..5eaaf78b 100644 --- a/examples/feeds/create_feed.py +++ b/examples/feeds/create_feed.py @@ -12,13 +12,13 @@ FEED_DESCRIPTION = "" PLATFORM = Platform.WINDOWS WORKSPACE_ID = ( - None # None uses Default workspace. Replace with Systemlink workspace id. + None # None uses Default workspace. Replace with Systemlink workspace id. ) server_url = "" # SystemLink API URL server_api_key = "" # SystemLink API key -# Provide the valid API key and API URL for client intialization. +# Provide the valid API key and API URL for client initialization. client = FeedsClient(HttpConfiguration(api_key=server_api_key, server_uri=server_url)) # Creating Feeds. diff --git a/examples/feeds/delete_feed.py b/examples/feeds/delete_feed.py index c828965c..a1085346 100644 --- a/examples/feeds/delete_feed.py +++ b/examples/feeds/delete_feed.py @@ -9,13 +9,13 @@ FEED_NAME = "" PLATFORM = Platform.WINDOWS WORKSPACE_ID = ( - None # None uses Default workspace. Replace with Systemlink workspace id. + None # None uses Default workspace. Replace with Systemlink workspace id. ) server_url = "" # SystemLink API URL server_api_key = "" # SystemLink API key -# Provide the valid API key and API URL for client intialization. +# Provide the valid API key and API URL for client initialization. client = FeedsClient(HttpConfiguration(api_key=server_api_key, server_uri=server_url)) # Deleting Feed. diff --git a/examples/feeds/query_and_upload_feeds.py b/examples/feeds/query_and_upload_feeds.py index b975b0fd..c5f3ce8a 100644 --- a/examples/feeds/query_and_upload_feeds.py +++ b/examples/feeds/query_and_upload_feeds.py @@ -11,14 +11,14 @@ FEED_DESCRIPTION = "" PLATFORM = Platform.WINDOWS WORKSPACE_ID = ( - None # None uses Default workspace. Replace with Systemlink workspace id. + None # None uses Default workspace. Replace with Systemlink workspace id. ) PACKAGE_PATH = "" server_url = "" # SystemLink API URL server_api_key = "" # SystemLink API key -# Provide the valid API key and API URL for client intialization. +# Provide the valid API key and API URL for client initialization. client = FeedsClient(HttpConfiguration(api_key=server_api_key, server_uri=server_url)) # To upload a package to feed.