diff --git a/tests/unit/test_dao.py b/tests/unit/test_dao.py index 2554864d..79c2994d 100644 --- a/tests/unit/test_dao.py +++ b/tests/unit/test_dao.py @@ -73,11 +73,6 @@ async def _get_dao( """*To be implemented by the provider. Input validation is done outside of this method.* """ - ... - - """*To be implemented by the provider. Input validation is done outside of this - method.*""" - raise NotImplementedError()