mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Format with new black (#1679)
Black is very opinionated, but sometimes those opinions change. Run the new black version across the codebase, and lock down the version used by pre-commit so we don't get surprised like this again.
This commit is contained in:
@@ -168,7 +168,9 @@ class ProjectCard(github.GithubObject.CompletableGithubObject):
|
||||
:rtype: bool
|
||||
"""
|
||||
status, _, _ = self._requester.requestJson(
|
||||
"DELETE", self.url, headers={"Accept": Consts.mediaTypeProjectsPreview},
|
||||
"DELETE",
|
||||
self.url,
|
||||
headers={"Accept": Consts.mediaTypeProjectsPreview},
|
||||
)
|
||||
return status == 204
|
||||
|
||||
|
||||
Reference in New Issue
Block a user