OSGeo / grass

GRASS GIS - free and open-source geospatial processing engine
https://grass.osgeo.org
Other
854 stars 311 forks source link

wxGUI: Fixed unused variable F841 #4542

Closed arohanajit closed 1 month ago

arohanajit commented 1 month ago

Fixed F841: unused variable in wxgui.py by directly calling the constructor

petrasovaa commented 1 month ago

@arohanajit I am taking that back, for some unknown (to me) reason, this breaks 3D view. So please revert this and put noqa there.

echoix commented 1 month ago

There should be a revert PR button in the github interface.

petrasovaa commented 1 month ago

There should be a revert PR button in the github interface.

I meant just creating a new PR with the change and adding noqa there, not actually reverting it, but whatever works.