mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Apply black to whole codebase (#1303)
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
################################################################################
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
import github.GithubObject
|
||||
|
||||
|
||||
@@ -108,10 +109,7 @@ class RepositoryKey(github.GithubObject.CompletableGithubObject):
|
||||
:calls: `DELETE /repos/:owner/:repo/keys/:id <http://developer.github.com/v3/repos/keys>`_
|
||||
:rtype: None
|
||||
"""
|
||||
headers, data = self._requester.requestJsonAndCheck(
|
||||
"DELETE",
|
||||
self.url
|
||||
)
|
||||
headers, data = self._requester.requestJsonAndCheck("DELETE", self.url)
|
||||
|
||||
def _initAttributes(self):
|
||||
self._created_at = github.GithubObject.NotSet
|
||||
|
||||
Reference in New Issue
Block a user