mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-09-01 18:09:08 +00:00
remove unused StrEnum import
This commit is contained in:
parent
6bcb57380f
commit
6a62b4e67e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import asyncio
|
|||
import time
|
||||
import reprlib
|
||||
import json
|
||||
from enum import StrEnum, IntEnum
|
||||
from enum import IntEnum
|
||||
|
||||
from talemate.game.engine.nodes.base_types import base_node_type, BASE_TYPES
|
||||
from talemate.game.engine.nodes.registry import get_node, register
|
||||
|
|
Loading…
Add table
Reference in a new issue