8000 Remove unused import · yikaraman/twilio-python@c76ec59 · GitHub
[go: up one dir, main page]

Skip to content

Commit c76ec59

Browse files
committed
Remove unused import
1 parent ad6ce70 commit c76ec59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pricing/test_numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import unittest
22
from nose.tools import assert_equal
33

4-
from mock import patch, ANY
4+
from mock import patch
55
from tests.tools import create_mock_json
66

77
from twilio.rest.resources.pricing.phone_numbers import PhoneNumberCountries

0 commit comments

Comments
 (0)
0