Skip to content

Commit 48f9967

Browse files
committed
Fix lint
1 parent 0f98f8e commit 48f9967

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pubg_python/exceptions.py

-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,3 @@ def __init__(self, *args, **kwargs):
5555
int(self.response_headers.get('X-Ratelimit-Reset')))
5656
super().__init__('Too many requests. Limit: {} Reset: {}'.format(
5757
self.rl_limit, self.rl_reset))
58-

0 commit comments

Comments
 (0)