[GRASS-git] [OSGeo/grass] a9f81f: style: Fixes useless-return (PLR1711) (#3955)
Edouard Choinière
noreply at github.com
Sun Jun 30 19:15:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: a9f81f412e41ece8e8f2be51b1842672fade49d1
https://github.com/OSGeo/grass/commit/a9f81f412e41ece8e8f2be51b1842672fade49d1
Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
Date: 2024-07-01 (Mon, 01 Jul 2024)
Changed paths:
M gui/wxpython/rlisetup/wizard.py
M imagery/i.atcorr/create_iwave.py
M python/grass/temporal/spatio_temporal_relationships.py
M scripts/g.extension/g.extension.py
M scripts/r.in.aster/r.in.aster.py
Log Message:
-----------
style: Fixes useless-return (PLR1711) (#3955)
Concerns Pylint rule "useless-return / R1711"
Using `ruff check --output-format=concise --select PLR1711 --fix`.
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list