Skip to content

Commit

Permalink
temporal: Fixed E265/E266 in t.rast.what/ (OSGeo#4550)
Browse files Browse the repository at this point in the history
  • Loading branch information
arohanajit authored Oct 21, 2024
1 parent 690534d commit 15134e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
3 changes: 1 addition & 2 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ per-file-ignores =
scripts/*/*.py: E501
temporal/t.rast.to.vect/t.rast.to.vect.py: E501
temporal/t.vect.algebra/t.vect.algebra.py: E501
# ## used (##% key: r etc)
temporal/t.rast.what/t.rast.what.py: E265, E266, E501
temporal/t.rast.what/t.rast.what.py: E501
# Line too long (esp. module interface definitions)
temporal/*/*.py: E501

Expand Down
16 changes: 0 additions & 16 deletions temporal/t.rast.what/t.rast.what.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,22 +98,6 @@
# % description: Use stdin as input and ignore coordinates and point option
# %end

## Temporary disabled the r.what flags due to test issues
##%flag
##% key: f
##% description: Show the category labels of the grid cell(s)
##%end

##%flag
##% key: r
##% description: Output color values as RRR:GGG:BBB
##%end

##%flag
##% key: i
##% description: Output integer category values, not cell values
##%end

# %flag
# % key: v
# % description: Show the category for vector points map
Expand Down

0 comments on commit 15134e1

Please sign in to comment.