Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/output-format' into…
Browse files Browse the repository at this point in the history
… output-format
  • Loading branch information
val-ismaili committed Mar 21, 2024
2 parents 3dc68fa + c0b151b commit 5416ac2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions tests/test_activityhandler.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import os

import pytest
from shapely.geometry import Point, Polygon

from osmox import build, config, helpers
from shapely.geometry import Point, Polygon

fixtures_root = os.path.abspath(os.path.join(os.path.dirname(__file__), "fixtures"))
toy_osm_path = os.path.join(fixtures_root, "toy.osm")
Expand Down
3 changes: 1 addition & 2 deletions tests/test_autotree.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import os

from shapely.geometry import Point, Polygon

from osmox import build, helpers
from shapely.geometry import Point, Polygon

root = os.path.abspath(os.path.join(os.path.dirname(__file__), "data"))
test_osm_path = os.path.join(root, "isle-of-man-latest.osm.pbf")
Expand Down
1 change: 0 additions & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os

import pytest

from osmox import config

root = os.path.abspath(os.path.join(os.path.dirname(__file__), "fixtures"))
Expand Down
3 changes: 1 addition & 2 deletions tests/test_helpers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import pytest
from shapely.geometry import Polygon

from osmox import helpers
from shapely.geometry import Polygon


@pytest.mark.parametrize(
Expand Down

0 comments on commit 5416ac2

Please sign in to comment.