8000 remove unused import · Stackdriver/twilio-python@fdcf965 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit fdcf965

Browse files
author
Kevin Burke
committed
remove unused import
1 parent 57ca138 commit fdcf965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_base_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import unittest2 as unittest
88

99
from mock import Mock
10-
from nose.tools import assert_equal, assert_true, assert_is_none
10+
from nose.tools import assert_equal, assert_true
1111
from twilio.rest.resources import Resource
1212
from twilio.rest.resources import ListResource
1313
from twilio.rest.resources import InstanceResource

0 commit comments

Comments
 (0)
0