Skip to content

Commit

Permalink
wxGUI: Removed unused variable from rdigit/ (#4683)
Browse files Browse the repository at this point in the history
fixed 841
  • Loading branch information
arohanajit authored Nov 11, 2024
1 parent 5046645 commit f450382
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ per-file-ignores =
gui/wxpython/animation/g.gui.animation.py: E501
gui/wxpython/tplot/frame.py: F841, E722
gui/wxpython/tplot/g.gui.tplot.py: E501
gui/wxpython/rdigit/g.gui.rdigit.py: F841
gui/wxpython/iclass/digit.py: F405, F403
gui/wxpython/iclass/frame.py: F405, F403
gui/wxpython/iclass/g.gui.iclass.py: E501
Expand Down
2 changes: 1 addition & 1 deletion gui/wxpython/rdigit/g.gui.rdigit.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def _addLayer(self, name, ltype="raster"):
:param str name: map name
:param str ltype: layer type
"""
mapLayer = self._mapObj.AddLayer(
self._mapObj.AddLayer(
ltype=ltype,
name=name,
command=["d.rast", "map={}".format(name)],
Expand Down

0 comments on commit f450382

Please sign in to comment.