We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b91c9 commit ccae648Copy full SHA for ccae648
1 file changed
src/github3/checks.py
@@ -335,7 +335,6 @@ class CheckRunOutput(models.GitHubCore):
335
"""
336
337
class_name = "CheckRunOutput"
338
- CUSTOM_HEADERS = {"Accept": "application/vnd.github.antiope-preview+json"}
339
340
def _update_attributes(self, output):
341
self.title = output["title"]
0 commit comments