Skip to content

Start adding types to Submodule, add py.typed to manifest #1282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 1, 2021
Prev Previous commit
Next Next commit
Fix forward ref
  • Loading branch information
Yobmod committed Jun 30, 2021
commit 1b69965a9ed6111d70bc072c6705395075cde017
2 changes: 1 addition & 1 deletion git/objects/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
T_TIobj = TypeVar('T_TIobj', bound='TraversableIterableObj') # for TraversableIterableObj.traverse()

TraversedTup = Union[Tuple[Union['Traversable', None], 'Traversable'], # for commit, submodule
TraversedTreeTup] # for tree.traverse()
'TraversedTreeTup'] # for tree.traverse()

# --------------------------------------------------------------------

Expand Down