Skip to content

Commit

Permalink
python 3.9 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Oct 4, 2024
1 parent 7dbb22f commit ad060ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/numpydantic/testing/cases.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys
from typing import TypeAlias, Union
from typing import Union

import numpy as np
from pydantic import BaseModel
Expand Down

0 comments on commit ad060ce

Please sign in to comment.