diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-01-18 14:56:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-18 14:56:26 -0800 |
commit | bccd1a8f97036febc0e9bf8666ec6b9a5f4ced65 (patch) | |
tree | ff13ae073a3d46ac43b01da5f51c0a5563376042 /utils/test/test_utils.py | |
parent | e1e5cdcdfd094079a2362d679bc08758a89a03d3 (diff) | |
parent | 3ce40db9e6c14ec7c9503c8a9027465f7bca9c61 (diff) | |
download | openshift-bccd1a8f97036febc0e9bf8666ec6b9a5f4ced65.tar.gz openshift-bccd1a8f97036febc0e9bf8666ec6b9a5f4ced65.tar.bz2 openshift-bccd1a8f97036febc0e9bf8666ec6b9a5f4ced65.tar.xz openshift-bccd1a8f97036febc0e9bf8666ec6b9a5f4ced65.zip |
Merge pull request #6488 from vrutkovs/utils-test-flake8
Automatic merge from submit-queue.
Fix flake8 errors in utils/test
Diffstat (limited to 'utils/test/test_utils.py')
-rw-r--r-- | utils/test/test_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/test/test_utils.py b/utils/test/test_utils.py index cabeaee34..a72e429d1 100644 --- a/utils/test/test_utils.py +++ b/utils/test/test_utils.py @@ -29,7 +29,6 @@ class TestUtils(unittest.TestCase): mock.call('OO_FOO: bar'), ] - ###################################################################### # Validate ooinstall.utils.debug_env functionality |