mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-09-01 19:48:52 +02:00
linting
This commit is contained in:
@@ -55,9 +55,7 @@ def _add_active_player(scene, name: str) -> Character:
|
||||
return character
|
||||
|
||||
|
||||
def _add_inactive_character(
|
||||
scene, name: str, is_player: bool = False
|
||||
) -> Character:
|
||||
def _add_inactive_character(scene, name: str, is_player: bool = False) -> Character:
|
||||
"""Inactive character — present in ``character_data`` but without an
|
||||
actor and not in ``active_characters``.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user