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 committed Mar 4, 2024
1 parent ccf5a12 commit 083dce7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/safeds_stubgen/stubs_generator/_generate_stubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,7 @@ def _create_class_string(self, class_: Class, class_indentation: str = "") -> st
# that the superclass is a class from the same module.
# For internal superclasses, we have to add their public members to subclasses.
superclass_methods_text += self._create_internal_class_methods_string(
superclass=superclass,
inner_indentations=inner_indentations
superclass=superclass, inner_indentations=inner_indentations,
)
else:
superclass_names.append(superclass_name)
Expand Down

0 comments on commit 083dce7

Please sign in to comment.