Remove `skip-string-normalization` in Python formatter config
[babeltrace.git] / tests / python-plugin-provider / bt_plugin_test_python_plugin_provider.py
index ed018c29ca813ece1937ef002da258c428c60faf..c0baa1d52d01f6d9aa465820a17d82bc8a69887d 100644 (file)
@@ -28,9 +28,9 @@ class MySink(bt2._UserSinkComponent):
 
 bt2.register_plugin(
     __name__,
-    'sparkling',
-    author='Philippe Proulx',
-    description='A delicious plugin.',
-    version=(1, 2, 3, 'EXTRA'),
-    license='MIT',
+    "sparkling",
+    author="Philippe Proulx",
+    description="A delicious plugin.",
+    version=(1, 2, 3, "EXTRA"),
+    license="MIT",
 )
This page took 0.023039 seconds and 4 git commands to generate.