From 8a4c959a424537f0e49958f2e10ca1838bbd5701 Mon Sep 17 00:00:00 2001 From: "Thomas J. Zajac" Date: Fri, 29 Sep 2023 12:29:16 +0000 Subject: [PATCH] removed unintended duplicate --- tests/unit/test_dao.py | 5 ----- 1 file changed, 5 deletions(-) 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()