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
Flake 8 fix
  • Loading branch information
Yobmod committed Jun 30, 2021
commit 8fd5414697724feff782e952a42ca5d9651418bc
2 changes: 1 addition & 1 deletion git/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


if sys.version_info[:2] >= (3, 8):
from typing import Final, Literal, SupportsIndex, TypedDict, Protocol # noqa: F401
from typing import Final, Literal, SupportsIndex, TypedDict, Protocol # noqa: F401
else:
from typing_extensions import Final, Literal, SupportsIndex, TypedDict, Protocol # noqa: F401

Expand Down