Skip to content

Commit

Permalink
mypy across different versions works and fails
Browse files Browse the repository at this point in the history
  • Loading branch information
obriencj committed Jul 30, 2024
1 parent 03ef71e commit b5e9111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kojismokydingo/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Protocol: # type: ignore
from contextlib import AbstractContextManager \
as ContextManager # type: ignore
except ImportError:
from typing import ContextManager
from typing import ContextManager # type: ignore


__all__ = (
Expand Down

0 comments on commit b5e9111

Please sign in to comment.