mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
Set line length to 120 characters (#2599)
This commit is contained in:
+2
-6
@@ -80,10 +80,6 @@ class RateLimit(NonCompletableGithubObject):
|
||||
if "core" in attributes: # pragma no branch
|
||||
self._core = self._makeClassAttribute(github.Rate.Rate, attributes["core"])
|
||||
if "search" in attributes: # pragma no branch
|
||||
self._search = self._makeClassAttribute(
|
||||
github.Rate.Rate, attributes["search"]
|
||||
)
|
||||
self._search = self._makeClassAttribute(github.Rate.Rate, attributes["search"])
|
||||
if "graphql" in attributes: # pragma no branch
|
||||
self._graphql = self._makeClassAttribute(
|
||||
github.Rate.Rate, attributes["graphql"]
|
||||
)
|
||||
self._graphql = self._makeClassAttribute(github.Rate.Rate, attributes["graphql"])
|
||||
|
||||
Reference in New Issue
Block a user