8000 update new test file for pep8 compliance · Stackdriver/twilio-python@39e2e6d · 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 39e2e6d

Browse files
author
Kevin Burke
committed
update new test file for pep8 compliance
1 parent 9b8906b commit 39e2e6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_accounts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def test_usage_records_subresource(self, request):
2020
records = account.usage_records.list()
2121
self.assertEquals(len(records), 2)
2222

23-
2423
@patch("twilio.rest.resources.base.make_twilio_request")
2524
def test_usage_triggers_subresource(self, request):
2625
resp = create_mock_json("tests/resources/usage_triggers_list.json")

0 commit comments

Comments
 (0)
0