Explorar o código

Fix formatting

Jelmer Vernooij hai 1 mes
pai
achega
3a2d43bb21
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      dulwich/objects.py

+ 2 - 1
dulwich/objects.py

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