Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscorn committed Sep 10, 2023
1 parent 6abcd43 commit 2fd723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion japanese_grids/algorithms/create_grid_square.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def displayName(self):
def shortHelpString(self) -> str:
return _tr(_DESCRIPTION)

def processAlgorithm(
def processAlgorithm( # noqa: C901
self,
parameters: dict[str, Any],
context: QgsProcessingContext,
Expand Down

0 comments on commit 2fd723a

Please sign in to comment.