mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
flake8
This commit is contained in:
parent
16682ba830
commit
f3430783c8
@ -31,7 +31,6 @@ class CleanupFacts(object):
|
||||
# pivot -= granularity
|
||||
# group by host
|
||||
def cleanup(self, older_than_abs, granularity, module=None):
|
||||
flag_delete_all = False
|
||||
fact_oldest = FactVersion.objects.all().order_by('timestamp').first()
|
||||
if not fact_oldest:
|
||||
return 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user