FIX: Pylint reduce
[csit.git] / resources / libraries / python / autogen / Regenerator.py
index fd0d8cf..abcd7b8 100644 (file)
@@ -157,9 +157,9 @@ def add_default_testcases(testcase, iface, suite_id, file_out, tc_kwargs_list):
             if kwargs[u"frame_size"] not in MIN_FRAME_SIZE_VALUES:
                 emit = False
         if (
-            u"-cps-" in suite_id
-            or u"-pps-" in suite_id
-            or u"-tput-" in suite_id
+                u"-cps-" in suite_id
+                or u"-pps-" in suite_id
+                or u"-tput-" in suite_id
         ):
             if kwargs[u"frame_size"] not in MIN_FRAME_SIZE_VALUES:
                 emit = False