Преглед изворни кода

single-line docstring on one line

(fixing ruff error)
Marnanel Thurman пре 1 месец
родитељ
комит
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] = []