소스 검색

single-line docstring on one line

(fixing ruff error)
Marnanel Thurman 4 달 전
부모
커밋
5388835256
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      dulwich/repo.py

+ 1 - 3
dulwich/repo.py

@@ -1845,9 +1845,7 @@ class MemoryRepo(BaseRepo):
     """
 
     def __init__(self) -> None:
-        """
-        Create a new repository in memory.
-        """
+        "Create a new repository in memory."
         from .config import ConfigFile
 
         self._reflog: list[Any] = []