Skip to content

Commit

Permalink
python <3.13 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Dec 13, 2024
1 parent 58c262a commit 0840c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mio/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import sys
from os import PathLike
from pathlib import Path
from typing import Annotated, Any, NamedTuple, Tuple, TypeAlias, TypeIs, Union
from typing import Annotated, Any, NamedTuple, Tuple, TypeAlias, Union

from pydantic import AfterValidator, Field

Expand Down

0 comments on commit 0840c3e

Please sign in to comment.