From ac39679ce170c5eb21f98ac23ac0358850e8974f Mon Sep 17 00:00:00 2001 From: Yobmod Date: Mon, 19 Jul 2021 16:55:03 +0100 Subject: Make types in refs compatible with previous --- git/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/db.py') diff --git a/git/db.py b/git/db.py index 47cccda8..3a7adc7d 100644 --- a/git/db.py +++ b/git/db.py @@ -17,7 +17,7 @@ from git.types import PathLike if TYPE_CHECKING: from git.cmd import Git - + # -------------------------------------------------------- -- cgit v1.2.1