From 74f98c616e39626fbe3de1544a0a034d9a8c67c9 Mon Sep 17 00:00:00 2001 From: jchen293 Date: Tue, 17 Dec 2024 11:59:48 -0500 Subject: [PATCH] fix lint --- tests/test_carrier_account.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/test_carrier_account.py b/tests/test_carrier_account.py index ebb506b..a7e73d8 100644 --- a/tests/test_carrier_account.py +++ b/tests/test_carrier_account.py @@ -1,7 +1,3 @@ -import inspect -import os -import time - import pytest from easypost.errors.api.api_error import ApiError from easypost.models import CarrierAccount @@ -165,7 +161,8 @@ def test_carrier_account_update_amazon_shipping(prod_client): amazon_shipping_account = prod_client.carrier_account.create(**params) - # TODO: Re-record this cassettes and add two assertions for description and reference when we made the changes in API level for update endpoint + # TODO: Re-record this cassettes and add two assertions for description + # and reference when we made the changes in API level for update endpoint updated_amazon_shipping_account = prod_client.carrier_account.update( amazon_shipping_account.id, description="test description",