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 282985a commit 7ab18e0Copy full SHA for 7ab18e0
1 file changed
pygit2/_pygit2.pyi
@@ -10,16 +10,16 @@ from typing import ( # noqa: UP035
10
Type,
11
TypedDict,
12
TypeVar,
13
+ final,
14
overload,
15
)
16
-from typing_extensions import disjoint_base, final
17
+from typing_extensions import disjoint_base
18
19
from . import Index
20
from ._libgit2.ffi import (
21
GitCommitC,
22
GitObjectC,
- GitProxyOptionsC,
23
GitSignatureC,
24
_Pointer,
25
0 commit comments