Browse Source

Fix formatting.

Jelmer Vernooij 2 years ago
parent
commit
845d798e98
1 changed files with 1 additions and 1 deletions
  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,