Skip to content

Commit ccae648

Browse files
committed
Remove custom header from CheckRunOutput class
Output can not be retrieved separate from a check run.
1 parent 65b91c9 commit ccae648

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/github3/checks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ class CheckRunOutput(models.GitHubCore):
335335
"""
336336

337337
class_name = "CheckRunOutput"
338-
CUSTOM_HEADERS = {"Accept": "application/vnd.github.antiope-preview+json"}
339338

340339
def _update_attributes(self, output):
341340
self.title = output["title"]

0 commit comments

Comments
 (0)