Skip to content

Commit 8d850b5

Browse files
Update test_phone_number_lookup.py
1 parent a9196db commit 8d850b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/integration/test_phone_number_lookup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
from bandwidth.model.tn_lookup_request_error import TnLookupRequestError
1818
from bandwidth.exceptions import ApiException, UnauthorizedException, ForbiddenException
1919

20-
import hamcrest
2120
from hamcrest.core import *
2221
from hamcrest.library import *
2322
from pyparsing import one_of
2423

2524
from .bwmatchers.one_of_string import is_one_of_string
26-
# from .one_of_string import is_one_of_string
2725

2826

2927
class TestPhoneNumberLookupIntegration(unittest.TestCase):
@@ -53,7 +51,6 @@ def validateResult(self, result: LookupResult, e_164_format: str, line_provider:
5351
self.assertIs(type(result.mobile_country_code), str)
5452
self.assertIs(type(result.mobile_network_code), str)
5553

56-
# this can further simplify overall assertions with single one
5754
assert_that(result, has_properties(
5855
'response_code', 0,
5956
'e_164_format', e_164_format,

0 commit comments

Comments
 (0)