mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 21:27:39 +02:00
Minor pylinting.
This commit is contained in:
@@ -125,7 +125,8 @@ class TreeGrid(interfaces.renderers.TreeGrid):
|
||||
|
||||
self._generator = generator
|
||||
|
||||
def _sanitize(self, text):
|
||||
@staticmethod
|
||||
def _sanitize(text):
|
||||
output = ""
|
||||
for letter in text.lower():
|
||||
if letter != ' ':
|
||||
|
||||
Reference in New Issue
Block a user