Skip to content

Commit

Permalink
remove excessive import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Feb 22, 2024
1 parent c5a5587 commit b3cf637
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
5 changes: 2 additions & 3 deletions CloudFlare/tests/test_loa_documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

import os
import sys
import time
import random
import tempfile

from CloudFlare.tests.utils import dummy_loa_document

sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('..'))
import CloudFlare

from CloudFlare.tests.utils import dummy_loa_document

# test /accounts/:id/addressing/prefixes
# test /accounts/:id/addressing/loa_documents
# test /accounts/:id/addressing/loa_documents/:id/download
Expand Down
1 change: 0 additions & 1 deletion CloudFlare/tests/test_log_received.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import os
import sys
import time
import random

sys.path.insert(0, os.path.abspath('.'))
Expand Down
1 change: 0 additions & 1 deletion CloudFlare/tests/test_urlscanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import os
import sys
import time
import random
import tempfile

Expand Down
4 changes: 0 additions & 4 deletions CloudFlare/tests/test_waiting_room.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

import os
import sys
import time
import random
import datetime
import pytz
import json

sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('..'))
Expand Down

0 comments on commit b3cf637

Please sign in to comment.