Remove `skip-string-normalization` in Python formatter config
[babeltrace.git] / tests / data / cli / list-plugins / bt_plugin_list_plugins.py
index d65df2ae83748513347e90f9bc342e138dd95cf7..e6d04e0ff489cf19dbe7dc0a916f6e1a5356a90f 100644 (file)
@@ -29,8 +29,8 @@ class ThisIsASink(bt2._UserSinkComponent):
 bt2.register_plugin(
     __name__,
     "this-is-a-plugin",
-    version=(1, 2, 3, 'bob'),
-    description='A plugin',
-    author='Jorge Mario Bergoglio',
-    license='The license',
+    version=(1, 2, 3, "bob"),
+    description="A plugin",
+    author="Jorge Mario Bergoglio",
+    license="The license",
 )
This page took 0.023456 seconds and 4 git commands to generate.