Skip to content

Commit

Permalink
style: run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Jul 29, 2024
1 parent d05c732 commit 012f8fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ORStools/gui/ORStoolsDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

import json
import os

try:
import processing
except:
Expand Down
3 changes: 2 additions & 1 deletion tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def test_client_request_geometry(self):
clnt = client.Client(provider, agent)
response = clnt.request("/v2/directions/" + profile + "/geojson", {}, post_json=params)
self.assertAlmostEqual(
response["features"][0]["geometry"]["coordinates"][0][0], test_response["features"][0]["geometry"]["coordinates"][0][0]
response["features"][0]["geometry"]["coordinates"][0][0],
test_response["features"][0]["geometry"]["coordinates"][0][0],
)

def test_output_feature_directions(self):
Expand Down

0 comments on commit 012f8fa

Please sign in to comment.