[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-02-07 13:12:53 +00:00
parent efedfa945b
commit 9f87099dbb

View File

@ -263,7 +263,6 @@ if __name__ == "__main__":
) )
offshore_shapes.reset_index().to_file(snakemake.output.offshore_shapes) offshore_shapes.reset_index().to_file(snakemake.output.offshore_shapes)
europe_shape = gpd.GeoDataFrame( europe_shape = gpd.GeoDataFrame(
geometry=[country_cover(country_shapes, offshore_shapes.geometry)] geometry=[country_cover(country_shapes, offshore_shapes.geometry)]
) )