Jelmer Vernooij hace 5 años
padre
commit
cb99baa336
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dulwich/repo.py

+ 1 - 0
dulwich/repo.py

@@ -112,6 +112,7 @@ BASE_DIRECTORIES = [
 
 DEFAULT_REF = b'refs/heads/master'
 
+
 class InvalidUserIdentity(Exception):
     """User identity is not of the format 'user <email>'"""