mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
updated black and ran again to fix lint formatting
Signed-off-by: jessicamack <jmack@redhat.com>
This commit is contained in:
parent
3fe64ad101
commit
d739a4a90a
@ -35,7 +35,15 @@ class Command(BaseCommand):
|
||||
|
||||
def host_metric_summary_monthly_queryset(self, result, offset=0, limit=BATCHED_FETCH_COUNT):
|
||||
list_of_queryset = list(
|
||||
result.values('id', 'date', 'license_consumed', 'license_capacity', 'hosts_added', 'hosts_deleted', 'indirectly_managed_hosts',).order_by(
|
||||
result.values(
|
||||
'id',
|
||||
'date',
|
||||
'license_consumed',
|
||||
'license_capacity',
|
||||
'hosts_added',
|
||||
'hosts_deleted',
|
||||
'indirectly_managed_hosts',
|
||||
).order_by(
|
||||
'date'
|
||||
)[offset : offset + limit]
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user