Skip to content

Commit

Permalink
Update imports in CharacterService_ren.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KiloOscarSix committed Jan 24, 2024
1 parent 6bd02df commit 0233fae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CharacterService_ren.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Iterable, Optional, TYPE_CHECKING, Union
from typing import Iterable, Optional, Union
from game.characters.ICharacter_ren import ICharacter
from game.compat.py_compat_ren import CustomCharacter, MainCharacter

Expand All @@ -7,10 +7,9 @@

from game.characters.Relationship_ren import Relationship
from game.characters.Moods_ren import Moods
from game.characters.PlayableCharacters_ren import PlayableCharacter

if TYPE_CHECKING:
from game.characters.PlayableCharacters_ren import PlayableCharacter, mc

mc: PlayableCharacter
"""renpy
init python:
"""
Expand Down

0 comments on commit 0233fae

Please sign in to comment.