6 lines
121 B
Python
6 lines
121 B
Python
"""Collects local build/deploy metrics for shipping upstream."""
|
|
|
|
|
|
def collect():
|
|
return {"builds": 0, "deploys": 0}
|