Skip to content

Commit 28bda11

Browse files
committed
Linting
1 parent c4930fb commit 28bda11

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

reposit/auth/exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ class NoAuthenticationError(Exception):
88
If a method is called that requires an access token and none is yet
99
set then raise this error
1010
"""
11+
# pylint: disable=unnecessary-pass
1112
pass

reposit/data/exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ class InvalidControllerException(Exception):
77
"""
88
A connection is attempted without auth headers
99
"""
10+
# pylint: disable=unnecessary-pass
1011
pass

0 commit comments

Comments
 (0)