Jelmer Vernooij 2 miesięcy temu
rodzic
commit
f15b3715fa
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      dulwich/worktree.py

+ 3 - 1
dulwich/worktree.py

@@ -184,7 +184,9 @@ class WorkTreeContainer:
             exist_ok=exist_ok,
             exist_ok=exist_ok,
         )
         )
 
 
-    def remove(self, path: Union[str, bytes, os.PathLike[str]], force: bool = False) -> None:
+    def remove(
+        self, path: Union[str, bytes, os.PathLike[str]], force: bool = False
+    ) -> None:
         """Remove a worktree.
         """Remove a worktree.
 
 
         Args:
         Args: