formatting
diff --git a/sdks/python/apache_beam/yaml/integration_tests.py b/sdks/python/apache_beam/yaml/integration_tests.py
index e0a8502..150c0ca 100644
--- a/sdks/python/apache_beam/yaml/integration_tests.py
+++ b/sdks/python/apache_beam/yaml/integration_tests.py
@@ -824,12 +824,11 @@
               yaml.load(fin, Loader=yaml_transform.SafeLineLoader)))
       suite_class = type(suite_name, (unittest.TestCase, ), methods)
       if filename in _SICKBAY_TESTS:
-        suite_class = unittest.skip(
-            f"Sickbayed: {_SICKBAY_TESTS[filename]}")(suite_class)
+        suite_class = unittest.skip(f"Sickbayed: {_SICKBAY_TESTS[filename]}")(
+            suite_class)
       globals()[suite_name] = suite_class
 
 
-
 # Logging setups
 logging.getLogger().setLevel(logging.INFO)