Skip to content

Commit

Permalink
run linting again
Browse files Browse the repository at this point in the history
  • Loading branch information
zansinergise committed Nov 16, 2023
1 parent 8750b3b commit 705e344
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rest/processing/sentinel_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 705e344

Please sign in to comment.