Explorar o código

更新 'backup/preset/app/git.py'

junhuanchen hai 1 ano
pai
achega
c7876a711a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      backup/preset/app/git.py

+ 1 - 1
backup/preset/app/git.py

@@ -93,7 +93,7 @@ def recovery(localRep):
     porcelain.reset(r, 'hard')
 
 
-def clone(source, target=None, depth: Optional[int] = None):
+def clone(source, target=None, depth: int = None):
     porcelain.clone(source, target, depth=depth)