ENCOA-311
This commit is contained in:
@@ -6,7 +6,7 @@ class ISpeakingService(ABC):
|
||||
|
||||
@abstractmethod
|
||||
async def get_speaking_part(
|
||||
self, part: int, topic: str, second_topic: str, difficulty: str
|
||||
self, part: int, topic: str, second_topic: str, difficulty: List[str]
|
||||
) -> Dict:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user