mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-30 03:39:51 +02:00
Add in linted spacing by pycharm.
This commit is contained in:
@@ -9,9 +9,11 @@ import struct
|
||||
from volatility.framework import interfaces, exceptions
|
||||
from volatility.framework.configuration import requirements
|
||||
|
||||
|
||||
class LimeFormatException(exceptions.LayerException):
|
||||
"""Thrown when an error occurs with the underlying Lime file format"""
|
||||
|
||||
|
||||
class LimeLayer(interfaces.layers.TranslationLayerInterface):
|
||||
"""A Lime format TranslationLayer. Lime is generally used to store
|
||||
physical memory images where there are large holes in the physical
|
||||
@@ -79,7 +81,6 @@ class LimeLayer(interfaces.layers.TranslationLayerInterface):
|
||||
self._minaddr = segments[0][0]
|
||||
self._maxaddr = maxaddr
|
||||
|
||||
|
||||
def _find_segment(self, offset):
|
||||
"""Finds the segment containing a given offset
|
||||
|
||||
|
||||
Reference in New Issue
Block a user