Skip to content

Commit a6718ca

Browse files
Update src/arguments/error.py
Co-authored-by: Ansh Srivastava <[email protected]>
1 parent 7f24eba commit a6718ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/arguments/error.py

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

2222
class LoginError():
2323
def __init__(self, error_statement, success=False):
24-
"""Implements error printing for User Login
24+
"""
25+
Implements error printing for User Login
2526
:error_statement: Error statement to print
2627
:success: Indicates success of login attempt
2728
Prints in green if True else red

0 commit comments

Comments
 (0)