Skip to content

Commit

Permalink
fix: restore import requests statement (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
liangtie authored and SYSUeric66 committed Nov 2, 2023
1 parent 6370008 commit d683653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_query_price.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
from kicad_amf_plugin.order.supported_region import SupportedRegion
from kicad_amf_plugin.order.order_region import OrderRegion, URL_KIND

import requests

import urllib
import os
import json
Expand Down

0 comments on commit d683653

Please sign in to comment.