Skip to content

Commit ff57c04

Browse files
committed
Remove str import from builtins
1 parent 1e27496 commit ff57c04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git/repo/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# This module is part of GitPython and is released under
55
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
66

7-
from builtins import str
87
from collections import namedtuple
98
import logging
109
import os

0 commit comments

Comments
 (0)