Skip to content

Commit

Permalink
style: run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Dec 2, 2024
1 parent 2453e17 commit 29cd9c4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ORStools/gui/ORStoolsDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
***************************************************************************/
"""

import json
import os
from typing import Optional

Expand Down Expand Up @@ -76,13 +75,10 @@
__help__,
)
from ORStools.common import (
client,
directions_core,
PROFILES,
PREFERENCES,
)
from ORStools.gui import directions_gui
from ORStools.utils import exceptions, maptools, logger, configmanager, transform
from ORStools.utils import maptools, configmanager, transform
from .ORStoolsDialogConfig import ORStoolsDialogConfigMain
from .ORStoolsDialogUI import Ui_ORStoolsDialogBase

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



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

0 comments on commit 29cd9c4

Please sign in to comment.