Skip to content

Commit dafa570

Browse files
committed
Remove a bunch of unused imports
1 parent f4263f2 commit dafa570

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

tests/990_test_skip_examples.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import os
2424
import tests
25-
import unittest2
2625

2726

2827
class TestSkipExamples(tests.FunctionalTest):

tests/995_test_swift.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,8 @@
1717

1818
"""Functional test case for OpenStack Swift """
1919

20-
import hashlib
2120
import httplib2
22-
import json
2321
import os
24-
import tempfile
25-
import time
26-
import unittest
27-
import urllib
2822

2923
from pprint import pprint
3024

tests/998_test_nova.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,8 @@
1919

2020
import json
2121
import os
22-
import tempfile
23-
import unittest
2422
import httplib2
25-
import urllib
26-
import hashlib
2723
import time
28-
import os
2924

3025
from pprint import pprint
3126

tests/999_test_cleanup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,7 @@
1717

1818
"""Functional test case that utilizes cURL against the API server"""
1919

20-
import json
21-
import os
22-
import tempfile
23-
import unittest
2420
import httplib2
25-
import urllib
26-
import hashlib
2721

2822
from pprint import pprint
2923

0 commit comments

Comments
 (0)