diff options
| author | Russell Bryant <rbryant@redhat.com> | 2012-05-14 18:20:37 -0400 |
|---|---|---|
| committer | Russell Bryant <rbryant@redhat.com> | 2012-05-14 18:20:37 -0400 |
| commit | 87425665cf7346c7e548aa53419451d0558eb7d3 (patch) | |
| tree | c0d57a62d7d1aa5656fec629bbdda6e47ff06918 | |
| parent | 13d2821bb7cdfeae07774026456f7daa7d8026bc (diff) | |
Remove unused imports.
This patch removes a couple of unused impots from test_utils.
Change-Id: I40a2f4086e33dbcdb2eceb699c82a1350665c181
| -rw-r--r-- | tests/unit/test_utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/test_utils.py b/tests/unit/test_utils.py index 6081bd3..135f49d 100644 --- a/tests/unit/test_utils.py +++ b/tests/unit/test_utils.py @@ -15,8 +15,6 @@ # License for the specific language governing permissions and limitations # under the License. -import datetime -import sys import unittest import mock |
