PEP8 auditing: fix 'hdlmake/manifest_parser/*'

parent 4682c140
"""Python Package providing the Manifest.py parser for HDLMake"""
from .manifest_parser import ManifestParser
......@@ -183,7 +183,6 @@ types:[<type 'int'>]
self.keys = [key]
self.keys.append(key)
def __init__(self, description=None):
if description is not None:
if not isinstance(description, str):
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment