Bump pre-commit black to 22.1.0
[integration/test.git] / tools / odl-mdsal-clustering-tests / clustering-performance-test / onos_tester.py
index f3051860519885690ad34432383bb48415490c27..380a29bb1fb968937c459f014b47777f3d33eaa6 100644 (file)
@@ -433,7 +433,7 @@ def main(*argv):
             print(flow_stats)
             try:
                 pending_adds = int(
-                    flow_stats[u"PENDING_ADD"]
+                    flow_stats["PENDING_ADD"]
                 )  # noqa  # FIXME: Print this somewhere.
             except KeyError:
                 break
@@ -524,7 +524,7 @@ def main(*argv):
             print(flow_stats)
             try:
                 pending_rems = int(
-                    flow_stats[u"PENDING_REMOVE"]
+                    flow_stats["PENDING_REMOVE"]
                 )  # noqa  # FIXME: Print this somewhere.
             except KeyError:
                 break