Apply black code formatter on all Python code
[babeltrace.git] / tests / bindings / python / bt2 / test_packet.py
index 0b2a85b94f7541428ceca55b6fd73e2dde6c7b84..59fa2b451695183843f3f521bc91ef1f47fdfe45 100644 (file)
@@ -50,10 +50,12 @@ class PacketTestCase(unittest.TestCase):
             ]
 
         # stream class
-        sc = tc.create_stream_class(default_clock_class=clock_class,
-                                    event_common_context_field_class=sec,
-                                    packet_context_field_class=pc,
-                                    supports_packets=True)
+        sc = tc.create_stream_class(
+            default_clock_class=clock_class,
+            event_common_context_field_class=sec,
+            packet_context_field_class=pc,
+            supports_packets=True,
+        )
 
         # event context
         ec = tc.create_structure_field_class()
This page took 0.023922 seconds and 4 git commands to generate.