This commit is contained in:
Devaev Maxim
2019-09-28 05:45:53 +03:00
parent ebe1255921
commit 31c74a1c30
7 changed files with 7 additions and 9 deletions

View File

@@ -27,8 +27,6 @@ from typing import Dict
from typing import Type
from typing import Any
from ..yamlconf import Option
# =====
class UnknownPluginError(Exception):
@@ -46,7 +44,7 @@ class BasePlugin:
return name[name.rindex(".") + 1:]
@classmethod
def get_plugin_options(cls) -> Dict[str, Option]:
def get_plugin_options(cls) -> Dict:
return {} # pragma: nocover