Skip to content

Commit ad2b229

Browse files
committed
Fix notion.py error.py dosctrings
1 parent c6c2dcb commit ad2b229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/arguments/error.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ def evoke_search_error(self, error_statement):
2121

2222
class LoginError():
2323
def __init__(self, error_statement, success=False):
24-
"""
25-
Implements error printing for User Login
24+
"""Implements error printing for User Login
2625
2726
:error_statement: Error statement to print
2827
:success: Indicates success of login attempt

src/arguments/notion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def get_token_from_file():
2626
return data
2727

2828
def get_cookies_from_login():
29+
2930
"""
3031
Capture browser cookies for authentication
3132

0 commit comments

Comments
 (0)