Fix PEP8 issues
[integration/test.git] / csit / libraries / norm_json.py
index 8a84fc27d3df5ca99d12a635c700c6f64f12f988..8702b55121c6bcc2b6a6191f78acfe47d10a7378 100644 (file)
@@ -84,6 +84,7 @@ class _Decoder(_json.JSONDecoder):
 
     Based on: http://stackoverflow.com/questions/10885238/
     python-change-list-type-for-json-decoding"""
+
     def __init__(self, **kwargs):
         """Initialize decoder with special array implementation."""
         _json.JSONDecoder.__init__(self, **kwargs)