Reformat Python files with Black v20.8b1
[babeltrace.git] / tests / bindings / python / bt2 / test_component_class.py
index bee368a13055f0553b0307358419f483ea65aa91..08b0c02be1177be878381f937b2396f309000de9 100644 (file)
@@ -300,11 +300,11 @@ class UserComponentClassTestCase(unittest.TestCase):
 class ComponentClassTestCase(unittest.TestCase):
     def setUp(self):
         class MySink(bt2._UserSinkComponent):
-            '''
+            """
             The description.
 
             The help.
-            '''
+            """
 
             def _user_consume(self):
                 pass
This page took 0.023238 seconds and 4 git commands to generate.