Remove `skip-string-normalization` in Python formatter config
[babeltrace.git] / tests / plugins / sink.text.pretty / test_pretty.py
index 368afb6cbd0d13b54ccf72d3c28b17ba7a08d0e2..0e0cd218e35f7af5230ca34a7461f577e98407c6 100644 (file)
@@ -12,7 +12,7 @@ class Test(unittest.TestCase):
     def test_unconnected_port_raises(self):
         graph = bt2.Graph()
         graph.add_component(
-            bt2.find_plugin('text').sink_component_classes['pretty'], 'snk'
+            bt2.find_plugin("text").sink_component_classes["pretty"], "snk"
         )
 
         with self.assertRaisesRegex(
@@ -21,5 +21,5 @@ class Test(unittest.TestCase):
             graph.run()
 
 
-if __name__ == '__main__':
+if __name__ == "__main__":
     unittest.main()
This page took 0.022882 seconds and 4 git commands to generate.