Skip to content

Commit

Permalink
Restore Python 3.8 compatibility in annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 23, 2024
1 parent 504e023 commit 8f61c9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inflect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
"""

from __future__ import annotations

import ast
import collections
import contextlib
Expand Down

0 comments on commit 8f61c9a

Please sign in to comment.