Skip to content

Commit

Permalink
Update dtfabric_plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Aug 29, 2018
1 parent 821dd8d commit 20eb9b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/parsers/winreg_plugins/dtfabric_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ErrorDataTypeMap(dtfabric_data_maps.DataTypeMap):
"""Data type map that errors."""

# pylint 1.9.3 wants a docstring for kwargs, but this is not useful to add.
# pylint: disable=missing-param-doc
# pylint: disable=missing-param-doc,unused-argument
def FoldByteStream(self, mapped_value, **kwargs):
"""Folds the data type into a byte stream.
Expand All @@ -54,7 +54,7 @@ def FoldByteStream(self, mapped_value, **kwargs):
'Unable to fold to byte stream for testing purposes.')

# pylint 1.9.3 wants a docstring for kwargs, but this is not useful to add.
# pylint: disable=missing-param-doc
# pylint: disable=missing-param-doc,unused-argument
def MapByteStream(self, byte_stream, **kwargs):
"""Maps the data type on a byte stream.
Expand Down

0 comments on commit 20eb9b6

Please sign in to comment.