Skip to content

Commit 74f98c6

Browse files
committed
fix lint
1 parent 2b48510 commit 74f98c6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/test_carrier_account.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import inspect
2-
import os
3-
import time
4-
51
import pytest
62
from easypost.errors.api.api_error import ApiError
73
from easypost.models import CarrierAccount
@@ -165,7 +161,8 @@ def test_carrier_account_update_amazon_shipping(prod_client):
165161

166162
amazon_shipping_account = prod_client.carrier_account.create(**params)
167163

168-
# TODO: Re-record this cassettes and add two assertions for description and reference when we made the changes in API level for update endpoint
164+
# TODO: Re-record this cassettes and add two assertions for description
165+
# and reference when we made the changes in API level for update endpoint
169166
updated_amazon_shipping_account = prod_client.carrier_account.update(
170167
amazon_shipping_account.id,
171168
description="test description",

0 commit comments

Comments
 (0)