Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit b3cf637

Browse files
committed
remove excessive import statements
1 parent c5a5587 commit b3cf637

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

CloudFlare/tests/test_loa_documents.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22

33
import os
44
import sys
5-
import time
65
import random
76
import tempfile
87

9-
from CloudFlare.tests.utils import dummy_loa_document
10-
118
sys.path.insert(0, os.path.abspath('.'))
129
sys.path.insert(0, os.path.abspath('..'))
1310
import CloudFlare
1411

12+
from CloudFlare.tests.utils import dummy_loa_document
13+
1514
# test /accounts/:id/addressing/prefixes
1615
# test /accounts/:id/addressing/loa_documents
1716
# test /accounts/:id/addressing/loa_documents/:id/download

CloudFlare/tests/test_log_received.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import os
44
import sys
5-
import time
65
import random
76

87
sys.path.insert(0, os.path.abspath('.'))

CloudFlare/tests/test_urlscanner.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import os
44
import sys
5-
import time
65
import random
76
import tempfile
87

CloudFlare/tests/test_waiting_room.py

-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
import os
44
import sys
5-
import time
65
import random
7-
import datetime
8-
import pytz
9-
import json
106

117
sys.path.insert(0, os.path.abspath('.'))
128
sys.path.insert(0, os.path.abspath('..'))

0 commit comments

Comments
 (0)