We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4930fb commit 28bda11Copy full SHA for 28bda11
reposit/auth/exceptions.py
@@ -8,4 +8,5 @@ class NoAuthenticationError(Exception):
8
If a method is called that requires an access token and none is yet
9
set then raise this error
10
"""
11
+ # pylint: disable=unnecessary-pass
12
pass
reposit/data/exceptions.py
@@ -7,4 +7,5 @@ class InvalidControllerException(Exception):
7
A connection is attempted without auth headers
0 commit comments