Skip to content

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot authored and Masara committed Aug 18, 2024
1 parent bffd317 commit 05ba716
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/safeds_stubgen/api_analyzer/_mypy_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ def get_argument_kind(arg: mp_nodes.Argument) -> ParameterAssignment:


def find_stmts_recursive(
stmt_type: type[mp_nodes.Statement], stmts: list[mp_nodes.Statement] | list[mp_nodes.Block],
stmt_type: type[mp_nodes.Statement],
stmts: list[mp_nodes.Statement] | list[mp_nodes.Block],
) -> list[mp_nodes.Statement]:
found_stmts = []
for stmt in stmts:
Expand Down

0 comments on commit 05ba716

Please sign in to comment.