Skip to content

Commit

Permalink
Fix newlines at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Aug 17, 2023
1 parent 6590681 commit 836d606
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion ohsomeTools/common/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,3 @@ def check_api_metadata(self, iface) -> {}:
f"Endpoint not healthy. Unknown error: {err}."
)
return False

2 changes: 0 additions & 2 deletions ohsomeTools/proc/procDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,3 @@ def run_processing_alg(processingParams, feedback):
elif not preferences.is_valid(True):
feedback.reportError("Preferences are not valid. Check the plugin log.")
return


2 changes: 1 addition & 1 deletion ohsomeTools/proc/procRequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ def processing_request(clnt, preferences, parameters, point_layer_preference={})
)
request_core.postprocess_metadata(result, vlayer)
return True
return False
return False

0 comments on commit 836d606

Please sign in to comment.