Skip to content

Commit

Permalink
In TODO, link an issue, not a person
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Feb 7, 2024
1 parent 95d78a5 commit b68233d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaraco/classes/properties.py
Expand Up @@ -8,7 +8,7 @@

from typing_extensions import NoReturn, Self, TypeAlias

# TODO(bswck): Migrate to PEP 695 by 2027-10. https://peps.python.org/pep-0695/
# TODO(coherent-oss/granary#4): Migrate to PEP 695 by 2027-10.
_ClassMethodGetter: TypeAlias = classmethod[object, [], object]
_StaticMethodGetter: TypeAlias = staticmethod[[], object]
_CallableGetter: TypeAlias = Callable[[type[object]], object]
Expand Down

0 comments on commit b68233d

Please sign in to comment.