Skip to content

Commit 8ad2b62

Browse files
authored
Update error.py
1 parent 9ce4706 commit 8ad2b62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/arguments/error.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def evoke_search_error(self, error_statement):
2222
class LoginError():
2323
def __init__(self, error_statement, success=False):
2424
"""Implements error printing for User Login
25-
2625
:error_statement: Error statement to print
2726
:success: Indicates success of login attempt
2827
Prints in green if True else red

0 commit comments

Comments
 (0)