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 d188892 commit ed095ceCopy full SHA for ed095ce
2 files changed
githubkit/config.py
@@ -13,7 +13,7 @@
13
from .typing import RetryDecisionFunc
14
15
if TYPE_CHECKING:
16
- import ssl
+ import ssl # pragma: no cover
17
18
19
@dataclass(frozen=True)
githubkit/core.py
@@ -39,7 +39,7 @@
39
from .utils import UNSET
40
41
42
43
44
T = TypeVar("T")
45
A = TypeVar("A", bound="BaseAuthStrategy")
0 commit comments