Skip to content

Commit 3cc8da7

Browse files
committed
Removed un-needed imports.
1 parent 243604d commit 3cc8da7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

codebender_testing/disqus.py

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

44
from codebender_testing.config import get_path
55
import disqusapi
6-
import requests
76
import simplejson
87
import base64
98
import hashlib

codebender_testing/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from time import gmtime
33
from time import strftime
44
from urlparse import urlparse
5-
import json
65
import random
76
import os
87
import re

0 commit comments

Comments
 (0)