mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
Fix CI (#2330)
This commit is contained in:
@@ -67,7 +67,7 @@ class GithubException(Exception):
|
||||
return self.__headers
|
||||
|
||||
def __str__(self):
|
||||
return "{status} {data}".format(status=self.status, data=json.dumps(self.data))
|
||||
return f"{self.status} {json.dumps(self.data)}"
|
||||
|
||||
|
||||
class BadCredentialsException(GithubException):
|
||||
|
||||
Reference in New Issue
Block a user