Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen293 committed Dec 17, 2024
1 parent 2b48510 commit 74f98c6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/test_carrier_account.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 74f98c6

Please sign in to comment.