mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-09 11:17:38 +02:00
Rerun pylint with pycharm-5 and fix pep8 issues as well.
This commit is contained in:
@@ -4,8 +4,8 @@ Created on 17 Feb 2013
|
||||
@author: mike
|
||||
"""
|
||||
|
||||
import struct
|
||||
import collections
|
||||
import struct
|
||||
|
||||
from volatility.framework import interfaces
|
||||
from volatility.framework.objects import templates
|
||||
@@ -191,6 +191,7 @@ class BitField(PrimitiveObject, int):
|
||||
|
||||
class Enumeration(interfaces.objects.ObjectInterface):
|
||||
"""Returns an object made up of choices"""
|
||||
|
||||
# FIXME: Add in body for the enumeration object
|
||||
|
||||
def write(self, value):
|
||||
|
||||
Reference in New Issue
Block a user