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:
Carlos-Mesquita
2024-11-12 14:19:52 +00:00
parent 12b3c45173
commit 6daab0d9a7
8 changed files with 13 additions and 15 deletions

View File

@@ -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