Lint: black issue for windows.ldrmodules

This commit is contained in:
Donghyun Kim
2023-05-02 05:58:57 +09:00
parent 79cd3fe2fe
commit c06836e45d
@@ -8,7 +8,7 @@ from volatility3.plugins.windows import pslist, vadinfo
class LdrModules(interfaces.plugins.PluginInterface):
"""Lists the loaded modules in a particular windows memory image."""
_required_framework_version = (2, 0, 0)
_version = (1, 0, 0)