Skip to content

Commit 17c750a

Browse files
authored
flake8 fix
1 parent eff48b8 commit 17c750a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/objects/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from .tree import Tree
3131
from subprocess import Popen
3232

33-
T_Iterableobj = typevar('T_Iterableobj', bound=T_Iterableobj)
33+
T_Iterableobj = typevar('T_Iterableobj')
3434

3535
# --------------------------------------------------------------------
3636

0 commit comments

Comments
 (0)