diff --git a/rest/processing/sentinel_hub.py b/rest/processing/sentinel_hub.py index 0a497e72..584fbbad 100644 --- a/rest/processing/sentinel_hub.py +++ b/rest/processing/sentinel_hub.py @@ -51,8 +51,10 @@ def create_processing_request( ) print(collections) return ProcessingAPIRequest( - f"{list(collections.values())[0]['data_collection'].service_url}/api/v1/process", request_raw_dict, user=self.user - ).fetch() # fix this - should this always be SentinelhubDeployments.MAIN as it will then also work for cross-deployment data fusion? + f"{list(collections.values())[0]['data_collection'].service_url}/api/v1/process", + request_raw_dict, + user=self.user, + ).fetch() # fix this - should this always be SentinelhubDeployments.MAIN as it will then also work for cross-deployment data fusion? def get_request_dictionary( self,