Add in linted spacing by pycharm.

This commit is contained in:
Mike Auty
2016-07-02 14:55:52 +01:00
parent 8c6e7918ee
commit 98fff4616c
+2 -1
View File
@@ -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