Skip to content

Commit

Permalink
Merge pull request #67 from leifgehrmann/upgrades-and-linting
Browse files Browse the repository at this point in the history
Update devDependencies and Pillow to latest verion + linting fixes
  • Loading branch information
leifgehrmann authored Sep 14, 2023
2 parents 7cb76bf + 93b9684 commit 45c1c7b
Show file tree
Hide file tree
Showing 6 changed files with 149 additions and 158 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
poetry run pytest --cov --cov-report xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
fail_ci_if_error: true
8 changes: 4 additions & 4 deletions map_engraver/data/osm_shapely/natural_coastline.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
from typing import Tuple

from shapely.geometry import \
MultiPolygon,\
Polygon,\
LinearRing,\
LineString,\
MultiPolygon, \
Polygon, \
LinearRing, \
LineString, \
GeometryCollection
from shapely.ops import unary_union

Expand Down
8 changes: 4 additions & 4 deletions map_engraver/data/osm_shapely_ops/homogenize.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from typing import Union, List

from shapely.geometry import MultiPolygon,\
GeometryCollection,\
Polygon,\
MultiLineString,\
from shapely.geometry import MultiPolygon, \
GeometryCollection, \
Polygon, \
MultiLineString, \
LineString


Expand Down
Loading

0 comments on commit 45c1c7b

Please sign in to comment.