mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
some nocovers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user