8000 Clean up test imports · ShowLowTechnology/twilio-python@fc1ed8a · GitHub
[go: up one dir, main page]

Skip to content

Commit fc1ed8a

Browse files
committed
Clean up test imports
1 parent c76ec59 commit fc1ed8a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tests/pricing/__init__.py

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

tests/pricing/test_voice.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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.voice import (
88
VoiceCountries,
9-
VoiceCountry,
10-
VoiceNumber,
119
VoiceNumbers,
1210
)
1311

0 commit comments

Comments
 (0)
0