Skip to content

Commit 705d890

Browse files
committed
rm unused imports
1 parent 88d375a commit 705d890

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import os
22
import urlparse
33
import unittest
4-
import simplejson
54
import logging
65
import requests
7-
from mock import Mock, patch
6+
from mock import patch
87

98
from client import DiffbotClient
109

0 commit comments

Comments
 (0)