Skip to content

Commit

Permalink
astyled test_qgsrasterlayerproperties.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jakimowb authored and nyalldawson committed Jan 17, 2022
1 parent 3587eea commit 85d30fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsrasterlayerproperties.py
Expand Up @@ -69,7 +69,7 @@ def createWidget(self,
layer: QgsMapLayer,
canvas: QgsMapCanvas,
dockWidget: bool = ..., parent:
typing.Optional[QWidget] = ...) -> QgsMapLayerConfigWidget:
typing.Optional[QWidget] = ...) -> QgsMapLayerConfigWidget:
MyFactory.COUNT += 1
w = MyWidget(layer, canvas, parent=parent)
return w
Expand Down

0 comments on commit 85d30fc

Please sign in to comment.