From 0c66ca83211b3244d280d6b7a587c564e39857fe Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 19 Aug 2024 11:24:12 +0000 Subject: [PATCH] Restyled by autopep8 --- src/python_testing/TC_DEMTestBase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/TC_DEMTestBase.py b/src/python_testing/TC_DEMTestBase.py index dedeac95b8f595..befec0be815a97 100644 --- a/src/python_testing/TC_DEMTestBase.py +++ b/src/python_testing/TC_DEMTestBase.py @@ -54,7 +54,7 @@ async def validate_feature_map(self, must_have_features, must_not_have_features) for must_not_have_feature in must_not_have_features: asserts.assert_false(feature_map & must_not_have_feature, - f"{s_feature_strs[must_not_have_feature]} is not allowed to be set. feature_map 0x{feature_map:x}") + f"{s_feature_strs[must_not_have_feature]} is not allowed to be set. feature_map 0x{feature_map:x}") async def validate_pfr_or_sfr_in_feature_map(self): feature_map = await self.read_dem_attribute_expect_success(attribute="FeatureMap")