Skip to content

Commit a293b29

Browse files
committed
style: run ruff formatting
1 parent 6775635 commit a293b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ORStools/gui/ORStoolsDialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def run_gui_control(self):
231231
layer_out.updateFields()
232232

233233
# style output layer
234-
qml_path = os.path.join(os.path.dirname(__file__), 'linestyle.qml')
234+
qml_path = os.path.join(os.path.dirname(__file__), "linestyle.qml")
235235
layer_out.loadNamedStyle(qml_path, True)
236236
layer_out.triggerRepaint()
237237

0 commit comments

Comments
 (0)