Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	geolib/__init__.py
  • Loading branch information
wfaustmann committed Aug 16, 2024
2 parents dfcc65b + 37f60aa commit 7ddc9af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions geolib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
"""

__version__ = "2.4.1"

from .models import *
2 changes: 1 addition & 1 deletion geolib/models/dstability/dstability_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import matplotlib.pyplot as plt
from pydantic import DirectoryPath, FilePath
from shapely.geometry import LineString, Point, Polygon
from shapely.geometry import LineString, Polygon
from shapely.ops import polygonize
from shapely.validation import make_valid

Expand Down

0 comments on commit 7ddc9af

Please sign in to comment.