black: re-format

black and isort are enabled in the openbmc-build-scripts on Python files
to have a consistent formatting.  Re-run the formatter on the whole
repository.

Change-Id: I66c89f20acb2c266c15ad9987b5c2b7548f976bd
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/redfish-tests/test_telemetry.py b/redfish-tests/test_telemetry.py
index 36eb770..921737b 100644
--- a/redfish-tests/test_telemetry.py
+++ b/redfish-tests/test_telemetry.py
@@ -261,7 +261,7 @@
 
 
 @pytest.mark.parametrize(
-    "invalid", ["50000", "P12ST", "PT12S12", "PPP" "PD222T222H222M222.222S"]
+    "invalid", ["50000", "P12ST", "PT12S12", "PPPPD222T222H222M222.222S"]
 )
 def test_add_report_with_invalid_duration_response_bad_request(
     invalid, report_definitions