Skip to content

Commit 29cd9c4

Browse files
committed
style: run ruff
1 parent 2453e17 commit 29cd9c4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

ORStools/gui/ORStoolsDialog.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
***************************************************************************/
2828
"""
2929

30-
import json
3130
import os
3231
from typing import Optional
3332

@@ -76,13 +75,10 @@
7675
__help__,
7776
)
7877
from ORStools.common import (
79-
client,
80-
directions_core,
8178
PROFILES,
8279
PREFERENCES,
8380
)
84-
from ORStools.gui import directions_gui
85-
from ORStools.utils import exceptions, maptools, logger, configmanager, transform
81+
from ORStools.utils import maptools, configmanager, transform
8682
from .ORStoolsDialogConfig import ORStoolsDialogConfigMain
8783
from .ORStoolsDialogUI import Ui_ORStoolsDialogBase
8884

@@ -267,8 +263,6 @@ def run_gui_control(self) -> None:
267263
svg_paths.append(my_new_path)
268264
QgsSettings().setValue("svg/searchPathsForSVG", svg_paths)
269265

270-
271-
272266
# Associate annotations with map layer, so they get deleted when layer is deleted
273267
for annotation in self.dlg.annotations:
274268
# Has the potential to be pretty cool: instead of deleting, associate with mapLayer

0 commit comments

Comments
 (0)