Skip to content

Commit

Permalink
Refactor is_fwbs method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
KiloOscarSix committed Feb 20, 2024
1 parent 3933c49 commit 5a33821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CharacterService_ren.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def is_fwb(character: "ICharacter", target: Optional["ICharacter"] = None) -> bo
@staticmethod
def is_fwbs(
characters: Iterable["ICharacter"], target: Optional["ICharacter"] = None
):
) -> bool:
if target is None:
target = mc

Expand Down

0 comments on commit 5a33821

Please sign in to comment.