Skip to content
Snippets Groups Projects
Commit 63c88d4b authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

trivial simplification

parent 78f43b3d
No related branches found
No related tags found
1 merge request!255Add configuration for lease maintenance behavior
......@@ -362,9 +362,7 @@ def interval_means():
# timedelta. Also, even values as large as this one are of
# questionable value.
max_value=60 * 60 * 24 * 365,
).map(
lambda s: timedelta(seconds=s),
)
).map(timedelta)
def lease_maintenance_configurations():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment