mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 04:37:38 +02:00
Fix the incorrect type definition.
This commit is contained in:
@@ -223,7 +223,7 @@ class CommandLine(object):
|
||||
# Construct an argparse group
|
||||
|
||||
for requirement in configurable.get_requirements():
|
||||
additional = {} # typing.Dict[str, typing.Any]
|
||||
additional = {} # type: typing.Dict[str, typing.Any]
|
||||
if not isinstance(requirement, interfaces.configuration.RequirementInterface):
|
||||
raise TypeError(
|
||||
"Plugin contains requirements that are not RequirementInterfaces: {}".format(configurable.__name__))
|
||||
|
||||
Reference in New Issue
Block a user