Skip to content

Commit

Permalink
style: run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Jun 10, 2024
1 parent d091ed9 commit 14052f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ORStools/gui/ORStoolsDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
PREFERENCES,
)
from ORStools.gui import directions_gui
from ORStools.utils import exceptions, maptools, logger, configmanager, transform
from ORStools.utils import exceptions, maptools, logger, configmanager
from .ORStoolsDialogConfig import ORStoolsDialogConfigMain
from .ORStoolsDialogUI import Ui_ORStoolsDialogBase

Expand Down
1 change: 0 additions & 1 deletion ORStools/gui/directions_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def get_request_line_feature(self):
item = layers_list.item(idx).text()
param, coords = item.split(":")


coordinates.append([float(coord) for coord in coords.split(", ")])

transformed_coordinates = []
Expand Down

0 comments on commit 14052f8

Please sign in to comment.