Skip to content

Commit

Permalink
linting4
Browse files Browse the repository at this point in the history
  • Loading branch information
griembauer committed Dec 23, 2024
1 parent 7fd2409 commit 4225f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
NEW_MAPSET = None


def cleanup(): -> None
def cleanup():
"""Switch mapsets and deleting the new one."""
# switch back to original mapset
grass.utils.try_remove(NEWGISRC)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
rm_dirs = []


def cleanup(): -> None
def cleanup():
"""Pass args to the general cleanup from grass-gis-helpers."""
general_cleanup(orig_region=ORIG_REGION, rm_dirs=rm_dirs)

Expand Down

0 comments on commit 4225f94

Please sign in to comment.