Skip to content

Commit f05b534

Browse files
committed
style: run ruff
1 parent a5ea536 commit f05b534

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ORStools/utils/router.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,6 @@ def route_as_layer(dlg):
117117
clnt_msg += f'<a href="{clnt.url}">{clnt.url}</a><br>Parameters:<br>{json.dumps(params, indent=2)}'
118118
dlg.debug_text.setHtml(clnt_msg)
119119

120+
120121
def tr(self, string: str) -> str:
121122
return QCoreApplication.translate(str(self.__class__.__name__), string)

0 commit comments

Comments
 (0)