Skip to content

Commit c7a83fd

Browse files
committed
C0115: Missing class docstring (missing-class-docstring)
1 parent b4c6203 commit c7a83fd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

00-Starter-Seed/server.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222

2323
# Format error response and append status code.
2424
class AuthError(Exception):
25+
"""
26+
An AuthError is raised whenever the authentication failed.
27+
"""
2528
def __init__(self, error, status_code):
2629
super().__init__()
2730
self.error = error

0 commit comments

Comments
 (0)