diff options
author | Devaev Maxim <[email protected]> | 2019-04-11 03:08:53 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-04-11 03:08:53 +0300 |
commit | c59f8bdaf1ade25f26085a70940771503345d1e8 (patch) | |
tree | 03f65c34bad135ef2ede2dbaf619ae00800ad2c1 /kvmd/plugins/auth | |
parent | 4ec9374e3d797e98c8c0c9483f737bad57b70565 (diff) |
some nocovers
Diffstat (limited to 'kvmd/plugins/auth')
-rw-r--r-- | kvmd/plugins/auth/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |