Explorar o código

Fix long line.

Jelmer Vernooij %!s(int64=6) %!d(string=hai) anos
pai
achega
c27a2d21dd
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      dulwich/server.py

+ 2 - 1
dulwich/server.py

@@ -331,7 +331,8 @@ class UploadPackHandler(PackHandler):
                 # all relevant tags.
                 # TODO: fix behavior when missing
                 return {}
-        # TODO(jelmer): Integrate this with the refs logic in Repo.fetch_objects
+        # TODO(jelmer): Integrate this with the refs logic in
+        # Repo.fetch_objects
         tagged = {}
         for name, sha in refs.items():
             peeled_sha = repo.get_peeled(name)