Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Mar 7, 2024
1 parent b77f8d7 commit c2a7eab
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions app/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
MonologueRequest,
DialogueRequest, DialogueResult, StoryRequest, ReelRequest,
TaskRequest, TaskUpdate, TaskResult, LittleMartianRequest,

KojiiMakeitradRequest, KojiiChebelRequest, KojiiUntitledxyzRequest, KoijiiVioletforestRequest, KoijiiHueminRequest
)
from .animations import (
animated_monologue,
Expand All @@ -19,11 +17,11 @@
little_martian_poster
)
from .creation_interfaces import (
kojii_makeitrad,
kojii_chebel,
kojii_untitledxyz,
kojii_violetforest,
kojii_huemin
kojii_makeitrad, KojiiMakeitradRequest,
kojii_chebel, KojiiChebelRequest,
kojii_untitledxyz, KojiiUntitledxyzRequest,
kojii_violetforest, KoijiiVioletforestRequest,
kojii_huemin, KoijiiHueminRequest
)

NARRATOR_CHARACTER_ID = os.getenv("NARRATOR_CHARACTER_ID")
Expand Down

0 comments on commit c2a7eab

Please sign in to comment.