fixing pep8 problems for test verify tox job
[integration/test.git] / csit / suites / groupbasedpolicy / common_scripts / dpdumpflows.py
index f0d37a2d90cf43214527e9ccaa740d82690fca10..5a61ffd289f4fa2e5db14c0f4078eab019c11ce8 100644 (file)
@@ -8,6 +8,7 @@ def call_dpctl():
     listcmd = cmd.split()
     return check_output(listcmd)
 
+
 if __name__ == "__main__":
     flows = call_dpctl().split("recirc_id")
     for flow in flows: