From fec761d14a6a941184b70eb137a1e1f94c62277f Mon Sep 17 00:00:00 2001 From: Jakob Schnell Date: Fri, 17 May 2024 11:16:38 +0200 Subject: [PATCH] style: ruff format --- ORStools/utils/maptools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ORStools/utils/maptools.py b/ORStools/utils/maptools.py index 5fe47b01..9088dddd 100644 --- a/ORStools/utils/maptools.py +++ b/ORStools/utils/maptools.py @@ -95,4 +95,4 @@ def canvasDoubleClickEvent(self, e): def deactivate(self): super(LineTool, self).deactivate() - self.deactivated.emit() \ No newline at end of file + self.deactivated.emit()