Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 18, 2024
1 parent ed4d065 commit c049312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1
1 change: 1 addition & 0 deletions src/GOSTrocks/infra/aggregator.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c049312

Please sign in to comment.