Skip to content

Commit 6b51c52

Browse files
committed
Add support for custom headers feature from libgit2
1 parent c74e942 commit 6b51c52

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pygit2/callbacks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@
6666
from collections.abc import Callable, Generator
6767
from contextlib import contextmanager
6868
from functools import wraps
69-
from typing import TYPE_CHECKING, Any, Generator, Optional, ParamSpec, TypeVar
69+
from typing import TYPE_CHECKING, Any, Optional, ParamSpec, TypeVar
7070

71-
from pygit2.utils import StrArray
7271
# pygit2
7372
from ._pygit2 import DiffFile, Oid
7473
from .credentials import Keypair, Username, UserPass

0 commit comments

Comments
 (0)