added docs to automagic methods, fixed missing return types, changed parameters to be more specific

This commit is contained in:
Matt Tressler
2020-07-30 23:24:23 +01:00
committed by ikelos
parent d61034bca8
commit b9f5450ac3
2 changed files with 16 additions and 8 deletions
@@ -15,9 +15,8 @@ from volatility.framework.renderers import format_hints
vollog = logging.getLogger(__name__)
class tty_check(plugins.PluginInterface):
"""Checks tty devices for hooks"""
"""Checks tty devices for hooks"""
@classmethod
def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]: