Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
linakrisztian committed Jan 2, 2024
1 parent 3b67826 commit 4e46a2b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,7 @@ def main():
vector=f"{subset_names[0]}@{mapset_names[0]},{treecrowns}",
overwrite=True,
)
grass.message(
_(f"Calculated following tree parameters: {treeparamset}")
)
grass.message(_(f"Calculated following tree parameters: {treeparamset}"))


if __name__ == "__main__":
Expand Down

0 comments on commit 4e46a2b

Please sign in to comment.