Skip to content

Commit ad2d563

Browse files
author
Auto Implementation
committed
chore: [AUTO] apply ruff formatting
1 parent bb75483 commit ad2d563

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

packages/gooddata-sdk/tests/catalog/smart_functions/test_trending_objects.py

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,25 @@ def _make_mock_item(
2929
item.workspace_id = workspace_id
3030
item.tags = tags or []
3131
# optional fields not set
32-
item.configure_mock(**{attr: None for attr in [
33-
"created_at", "created_by", "dataset_id", "dataset_title",
34-
"dataset_type", "description", "is_hidden", "is_hidden_from_kda",
35-
"metric_type", "modified_at", "modified_by", "visualization_url",
36-
]})
32+
item.configure_mock(
33+
**{
34+
attr: None
35+
for attr in [
36+
"created_at",
37+
"created_by",
38+
"dataset_id",
39+
"dataset_title",
40+
"dataset_type",
41+
"description",
42+
"is_hidden",
43+
"is_hidden_from_kda",
44+
"metric_type",
45+
"modified_at",
46+
"modified_by",
47+
"visualization_url",
48+
]
49+
}
50+
)
3751
return item
3852

3953

0 commit comments

Comments
 (0)