From c04931219634dd35e44cedb4240a1bf946132684 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 19:30:01 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/release.yml | 2 +- src/GOSTrocks/infra/aggregator.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c432c9..5a829d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,4 +49,4 @@ jobs: name: python-package-distributions path: dist/ - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/src/GOSTrocks/infra/aggregator.py b/src/GOSTrocks/infra/aggregator.py index 7664317..202f5d5 100644 --- a/src/GOSTrocks/infra/aggregator.py +++ b/src/GOSTrocks/infra/aggregator.py @@ -1,6 +1,7 @@ """ The following module contains a number of functions to aggregate geospatial outputs into tables for InfraSAP analytics. """ + import geopandas as gpd import pandas as pd import rasterio as rio