Skip to content

Commit

Permalink
Add comment to try to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb authored and ITProKyle committed Apr 18, 2023
1 parent 58cec71 commit a49c07a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pydantic/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ def is_union(tp: Optional[Type[Any]]) -> bool:
MappingIntStrAny = Mapping[IntStr, Any]
CallableGenerator = Generator[AnyCallable, None, None]
ReprArgs = Sequence[Tuple[Optional[str], Any]]
# classmethod[TargetType, CallableParamSpecType, CallableReturnType]
AnyClassMethod = classmethod[Any, Any, Any]

__all__ = (
Expand Down

0 comments on commit a49c07a

Please sign in to comment.