mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 18:57:38 +02:00
Removes unnecessary pass and deindents return stmt
This commit is contained in:
@@ -169,9 +169,8 @@ class SvcScan(interfaces.plugins.PluginInterface):
|
||||
constants.LOGLEVEL_VVVV,
|
||||
"Could not retrieve any control set from SYSTEM hive",
|
||||
)
|
||||
pass
|
||||
|
||||
return None
|
||||
return None
|
||||
|
||||
@staticmethod
|
||||
def _get_service_dll(
|
||||
|
||||
Reference in New Issue
Block a user