Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from mgalgs/warnings-cleanup
Browse files Browse the repository at this point in the history
Only show warnings for the shippo module itself
  • Loading branch information
mnowik authored Aug 1, 2016
2 parents fcd8fb7 + 0918648 commit 4597e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shippo/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from shippo import api_requestor, error, util, rates_req_timeout

warnings.simplefilter('always', DeprecationWarning)
warnings.filterwarnings('always', category=DeprecationWarning, module='shippo')


def convert_to_shippo_object(resp, api_key):
Expand Down

0 comments on commit 4597e74

Please sign in to comment.