Linux: apply black v23.3.0 formating to volatility3/framework/symbols/linux/__init__.py

This commit is contained in:
Eve
2023-05-10 09:18:05 +01:00
parent 834372a6f8
commit b3c348820f
@@ -53,6 +53,7 @@ class LinuxKernelIntermedSymbols(intermed.IntermediateSymbolTable):
# Only found in 6.1+ kernels
self.optional_set_type_class("maple_tree", extensions.maple_tree)
class LinuxUtilities(interfaces.configuration.VersionableInterface):
"""Class with multiple useful linux functions."""