소스 검색

Fix typing

Jelmer Vernooij 2 달 전
부모
커밋
493832a81d
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      dulwich/worktree.py

+ 3 - 1
dulwich/worktree.py

@@ -184,7 +184,9 @@ class WorkTreeContainer:
             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.
 
         Args: