From c59f8bdaf1ade25f26085a70940771503345d1e8 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Thu, 11 Apr 2019 03:08:53 +0300 Subject: some nocovers --- kvmd/plugins/auth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvmd/plugins/auth/__init__.py') diff --git a/kvmd/plugins/auth/__init__.py b/kvmd/plugins/auth/__init__.py index 103f2857..3bc40372 100644 --- a/kvmd/plugins/auth/__init__.py +++ b/kvmd/plugins/auth/__init__.py @@ -29,7 +29,7 @@ from .. import get_plugin_class # ===== class BaseAuthService(BasePlugin): async def login(self, user: str, passwd: str) -> bool: - raise NotImplementedError + raise NotImplementedError # pragma: nocover async def cleanup(self) -> None: pass -- cgit v1.2.3