Sfoglia il codice sorgente

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

junhuanchen 1 anno fa
parent
commit
c7876a711a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)