|
@@ -52,9 +52,10 @@ from .errors import (
|
|
from .file import GitFile
|
|
from .file import GitFile
|
|
|
|
|
|
if TYPE_CHECKING:
|
|
if TYPE_CHECKING:
|
|
- from .file import _GitFile
|
|
|
|
from _hashlib import HASH
|
|
from _hashlib import HASH
|
|
|
|
|
|
|
|
+ from .file import _GitFile
|
|
|
|
+
|
|
ZERO_SHA = b"0" * 40
|
|
ZERO_SHA = b"0" * 40
|
|
|
|
|
|
# Header fields for commits
|
|
# Header fields for commits
|