Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Jul 19, 2024
1 parent 5561aff commit 162ab70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions los_tools/los_tools_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,7 @@ def _plugin_los_layer(self) -> QgsVectorLayer:
selected_crs,
)

else:
return self._layer_LoS
return self._layer_LoS

def reset_los_layer(self) -> None:
self._layer_LoS = None
Expand Down

0 comments on commit 162ab70

Please sign in to comment.