Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Aug 1, 2024
1 parent df4ca8e commit 4611041
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adcircpy/mesh/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ def interior(self) -> GeoDataFrame:
def implode(self) -> GeoDataFrame:
return tools.collect(self.geodataframe)


@property
@lru_cache(maxsize=1)
def multipolygon(self) -> MultiPolygon:
Expand Down

0 comments on commit 4611041

Please sign in to comment.