Skip to content

Commit

Permalink
Fix linting error (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
theroggy authored Nov 3, 2023
1 parent f02306d commit c484028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks_zonalstats/_benchmarks_pyjeo.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _get_package() -> str:


def _get_version() -> str:
return f"{pyjeo.__version__}".replace("v", "")
return f"{pj.__version__}".replace("v", "")


def zonalstats_1band(tmp_dir: Path) -> List[RunResult]:
Expand Down

0 comments on commit c484028

Please sign in to comment.