Skip to content

Commit 9ae98d0

Browse files
committed
style: Apply linting rules
1 parent a5dc211 commit 9ae98d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/cloudharness-test/cloudharness_test/apitest_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def set(self, case, data, context):
7575
def filter_path_parameters(context: HookContext, x):
7676
# Extract the candidate value.
7777
param = x["key"] if isinstance(x, dict) and "key" in x else x
78-
78+
7979
if param is None or param == "":
8080
return True
8181

0 commit comments

Comments
 (0)