Skip to content

Commit ddf0aac

Browse files
committed
rm unused logger
1 parent 96c5430 commit ddf0aac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/unit_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
import os
22
import urlparse
33
import unittest
4-
import logging
54
import requests
65
from mock import patch
76

87
from client import DiffbotClient
98

109

11-
logger = logging.getLogger(__name__)
12-
13-
1410
def fake_get(url, params):
1511
path = urlparse.urlparse(url).path
1612
path_tuple = os.path.split(path)

0 commit comments

Comments
 (0)