Ver Fonte

Fix formatting.

Jelmer Vernooij há 2 anos atrás
pai
commit
845d798e98
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      dulwich/client.py

+ 1 - 1
dulwich/client.py

@@ -57,7 +57,7 @@ from typing import (
     IO,
     Union,
     TYPE_CHECKING,
-    )
+)
 
 from urllib.parse import (
     quote as urlquote,