Skip to content

Commit

Permalink
style: run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Jan 23, 2024
1 parent 5ba6477 commit afeb6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ORStools/gui/ORStoolsDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def option_chosen(name, lineEdit):
completer.complete()

else:
raise ConnectionError('Error while trying to request geocoding autocomplete.')
raise ConnectionError("Error while trying to request geocoding autocomplete.")
else:
QMessageBox.critical(
self,
Expand Down

0 comments on commit afeb6d7

Please sign in to comment.