We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12e7d4 commit 9329744Copy full SHA for 9329744
github/CheckRun.py
@@ -34,7 +34,7 @@
34
from datetime import datetime
35
from typing import TYPE_CHECKING, Any
36
37
-from typing_extensions import deprecated
+import deprecated
38
39
import github.CheckRunAnnotation
40
import github.CheckRunOutput
@@ -109,7 +109,7 @@ def check_suite(self) -> CheckSuite:
109
return self._check_suite.value
110
111
@property
112
- @deprecated("Use property check_suite.id instead")
+ @deprecated.deprecated("Use property check_suite.id instead")
113
def check_suite_id(self) -> int:
114
self._completeIfNotSet(self._check_suite_id)
115
return self._check_suite_id.value
0 commit comments