You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(typing): Fix type of Metrics.set_timestamp argument (#7582)
The docstring is correct but the type hint is not.
The underlying AmazonCloudWatchEMFProvider.set_timestamp supports both
int and datetime.datetime.
Co-authored-by: Martin Kulhavy <[email protected]>
Co-authored-by: Leandro Damascena <[email protected]>
0 commit comments