Skip to content

Commit

Permalink
Restor cast import
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke committed Aug 18, 2023
1 parent 59432fd commit d9115f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pangeo_forge_recipes/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import random
import sys
from dataclasses import dataclass, field
from typing import Callable, Dict, Iterable, Iterator, List, Optional, Tuple, TypeVar
from typing import Callable, Dict, Iterable, Iterator, List, Optional, Tuple, TypeVar, Union, cast

# PEP612 Concatenate & ParamSpec are useful for annotating decorators, but their import
# differs between Python versions 3.9 & 3.10. See: https://stackoverflow.com/a/71990006
Expand Down

0 comments on commit d9115f7

Please sign in to comment.