diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-02-25 20:54:25 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-02-25 20:54:25 +0000 |
| commit | 6176e802b3a4125e983eba3805f3f90881622bc4 (patch) | |
| tree | 4a036acde45278cd2c9b22692ab34c220615514d /openstackclient/tests/common/test_timing.py | |
| parent | 43957d602b70ac718f0eab0fa30be5a4f20a5233 (diff) | |
| parent | f49f0fead2933ace4cb85c70bd14d13d0c479e6a (diff) | |
| download | python-openstackclient-6176e802b3a4125e983eba3805f3f90881622bc4.tar.gz | |
Merge "Fixed a bunch of spacing"
Diffstat (limited to 'openstackclient/tests/common/test_timing.py')
| -rw-r--r-- | openstackclient/tests/common/test_timing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/common/test_timing.py b/openstackclient/tests/common/test_timing.py index c4c738b2..e33bb7ae 100644 --- a/openstackclient/tests/common/test_timing.py +++ b/openstackclient/tests/common/test_timing.py @@ -75,7 +75,7 @@ class TestTiming(utils.TestCommand): def test_timing_list(self): self.app.timing_data = [( timing_url, - datetime.timedelta(microseconds=timing_elapsed*1000000), + datetime.timedelta(microseconds=timing_elapsed * 1000000), )] arglist = [] |
