Skip to content

Commit c3a2117

Browse files
committed
Change doctring comment style
1 parent f4465fd commit c3a2117

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/arguments/utility.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ def __init__(self):
4545

4646
@property
4747
def playbook_path(self):
48-
"""Create an environment variable 'DYNAMIC'
48+
"""
49+
Create an environment variable 'DYNAMIC'
4950
containing the path of dynamic_playbook.json and returns it
5051
"""
5152
if not os.getenv(self.key):
@@ -361,7 +362,8 @@ def get_ans(self, questions_list):
361362
# Get an access token and extract to a JSON file "access_token.json"
362363
@classmethod
363364
def setCustomKey(self):
364-
"""scopes possible values:
365+
"""
366+
scopes possible values:
365367
read_inbox - access a user's global inbox
366368
no_expiry - access_token's with this scope do not expire
367369
write_access - perform write operations as a user

0 commit comments

Comments
 (0)