Skip to content

Commit 7ab18e0

Browse files
committed
Fix "ruff check"
1 parent 282985a commit 7ab18e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pygit2/_pygit2.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ from typing import ( # noqa: UP035
1010
Type,
1111
TypedDict,
1212
TypeVar,
13+
final,
1314
overload,
1415
)
1516

16-
from typing_extensions import disjoint_base, final
17+
from typing_extensions import disjoint_base
1718

1819
from . import Index
1920
from ._libgit2.ffi import (
2021
GitCommitC,
2122
GitObjectC,
22-
GitProxyOptionsC,
2323
GitSignatureC,
2424
_Pointer,
2525
)

0 commit comments

Comments
 (0)