Skip to content

Commit

Permalink
Update python/grass/script/core.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
echoix and github-actions[bot] authored Jan 2, 2025
1 parent 623964b commit f13eb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/grass/script/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from collections.abc import Mapping
from tempfile import NamedTemporaryFile
from pathlib import Path
from typing import TYPE_CHECKING, Literal, TypeVar
from typing import TYPE_CHECKING, TypeVar

from .utils import KeyValue, parse_key_val, basename, encode, decode, try_remove
from grass.exceptions import ScriptError, CalledModuleError
Expand Down

0 comments on commit f13eb76

Please sign in to comment.