MyPy error on @metrics.log_metrics(capture_cold_start_metric=True)
#743
Labels
bug
Something isn't working
@metrics.log_metrics(capture_cold_start_metric=True)
#743
What were you trying to accomplish?
Run MyPy linter on code:
Expected Behavior
No MyPy errors should be returned
Current Behavior
Mypy error
Mypy: <nothing> not callable
is returned on line@metrics.log_metrics(capture_cold_start_metric=True)
Possible Solution
Environment
The text was updated successfully, but these errors were encountered: