Fix some lint (remove whitespace)`

This commit is contained in:
twangboy 2018-08-16 15:04:07 -06:00
parent 4f9973db20
commit 7264008fed
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -108,10 +108,10 @@ def _status_wait(service_name, end_time, service_states):
Args:
service_name (str):
The name of the service
end_time (float):
A future time. e.g. time.time() + 10
service_states (list):
Services statuses to wait for as returned by info()