Add some type hints
This commit is contained in:
@ -4,3 +4,11 @@ class HonAuthenticationError(Exception):
|
||||
|
||||
class HonNoAuthenticationNeeded(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class NoSessionException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class NoAuthenticationException(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user