Skip to content

Commit 13a7066

Browse files
committed
feat(natv3): black reformatting
1 parent f5134a0 commit 13a7066

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

otcextensions/tests/functional/sdk/smn/v2/test_topic.py

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,21 @@
2020

2121

2222
def _get_access_policy():
23-
return json.dumps({
24-
"Version": "2016-09-07",
25-
"Id": "__default_policy_ID",
26-
"Statement": [
27-
{
28-
"Sid": "__user_pub_0",
29-
"Effect": "Allow",
30-
"Principal": {"CSP": ["*"]},
31-
"Action": ["SMN:Publish", "SMN:QueryTopicDetail"],
32-
"Resource": "*",
33-
}
34-
],
35-
})
23+
return json.dumps(
24+
{
25+
"Version": "2016-09-07",
26+
"Id": "__default_policy_ID",
27+
"Statement": [
28+
{
29+
"Sid": "__user_pub_0",
30+
"Effect": "Allow",
31+
"Principal": {"CSP": ["*"]},
32+
"Action": ["SMN:Publish", "SMN:QueryTopicDetail"],
33+
"Resource": "*",
34+
}
35+
],
36+
}
37+
)
3638

3739

3840
class TestTopicAttribute(base.BaseFunctionalTest):

0 commit comments

Comments
 (0)