Remove unnecessary section id's from reading and listening to retrieve questions since context is already on the post dto
This commit is contained in:
@@ -13,7 +13,7 @@ class IListeningService(ABC):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
async def get_listening_question(self, section: int, dto):
|
||||
async def get_listening_question(self, dto):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user