2
0
Jelmer Vernooij 5 сар өмнө
parent
commit
68e214f647
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      dulwich/merge.py

+ 1 - 1
dulwich/merge.py

@@ -5,7 +5,7 @@ from typing import Optional
 try:
     import merge3
 except ImportError:
-    merge3 = None
+    merge3 = None  # type: ignore
 
 from dulwich.attrs import GitAttributes
 from dulwich.config import Config