Skip to content

Commit 7433683

Browse files
committed
yet another fix the _pygit2.pyi
1 parent 49bc71b commit 7433683

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pygit2/_pygit2.pyi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from io import IOBase
2-
from typing import Any, Iterator, Literal, Optional, TypeAlias, overload
2+
from typing import Any, Callable, Iterator, Literal, Optional, TypeAlias, overload
33

44
from . import Index
55
from .enums import (
@@ -822,3 +822,5 @@ def init_file_backend(path: str, flags: int = 0) -> object: ...
822822
def option(opt: Option, *args: Any) -> None: ...
823823
def reference_is_valid_name(refname: str) -> bool: ...
824824
def tree_entry_cmp(a: Object, b: Object) -> int: ...
825+
826+
_cache_enums: Callable[..., None]

0 commit comments

Comments
 (0)