Skip to content

Commit 7576805

Browse files
lint fix
1 parent a78a9cf commit 7576805

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

stream/exceptions.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def __unicode__(self):
1515

1616

1717
class ApiKeyException(StreamApiException):
18-
1918
"""
2019
Raised when there is an issue with your Access Key
2120
"""
@@ -25,7 +24,6 @@ class ApiKeyException(StreamApiException):
2524

2625

2726
class SignatureException(StreamApiException):
28-
2927
"""
3028
Raised when there is an issue with the signature you provided
3129
"""
@@ -35,7 +33,6 @@ class SignatureException(StreamApiException):
3533

3634

3735
class InputException(StreamApiException):
38-
3936
"""
4037
Raised when you send the wrong data to the API
4138
"""
@@ -45,7 +42,6 @@ class InputException(StreamApiException):
4542

4643

4744
class CustomFieldException(StreamApiException):
48-
4945
"""
5046
Raised when there are missing or misconfigured custom fields
5147
"""
@@ -55,7 +51,6 @@ class CustomFieldException(StreamApiException):
5551

5652

5753
class FeedConfigException(StreamApiException):
58-
5954
"""
6055
Raised when there are missing or misconfigured custom fields
6156
"""
@@ -65,7 +60,6 @@ class FeedConfigException(StreamApiException):
6560

6661

6762
class SiteSuspendedException(StreamApiException):
68-
6963
"""
7064
Raised when the site requesting the data is suspended
7165
"""
@@ -75,7 +69,6 @@ class SiteSuspendedException(StreamApiException):
7569

7670

7771
class InvalidPaginationException(StreamApiException):
78-
7972
"""
8073
Raised when there is an issue with your Access Key
8174
"""
@@ -108,7 +101,6 @@ class RankingException(FeedConfigException):
108101

109102

110103
class RateLimitReached(StreamApiException):
111-
112104
"""
113105
Raised when too many requests are performed
114106
"""

0 commit comments

Comments
 (0)