Apply black code formatter on all Python code
[babeltrace.git] / tests / bindings / python / bt2 / utils.py
index 873a6514aa0f0034505de112c080d3a8d80de8fc..fb4003a3e76a452ce6a5e121a26083bae67e330f 100644 (file)
@@ -23,6 +23,7 @@ import bt2
 #
 # The value returned by the callable is returned by run_in_component_init.
 
+
 def run_in_component_init(func):
     class MySink(bt2._UserSinkComponent):
         def __init__(self, params):
@@ -52,8 +53,10 @@ def run_in_component_init(func):
     del res_bound
     return res
 
+
 # Create an empty trace class with default values.
 
+
 def get_default_trace_class():
     def f(comp_self):
         return comp_self._create_trace_class()
This page took 0.023187 seconds and 4 git commands to generate.