Skip to content

Commit 0418a6d

Browse files
Specify unit in table view of target output. (Azure#3060)
1 parent a5e8802 commit 0418a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/quantum/azext_quantum/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def one(provider, target):
1616
('Provider', provider),
1717
('Target-id', target['id']),
1818
('Current Availability', target['currentAvailability']),
19-
('Average Queue Time', target['averageQueueTime'])
19+
('Average Queue Time (seconds)', target['averageQueueTime'])
2020
])
2121

2222
return [

0 commit comments

Comments
 (0)