Junaidb commited on
Commit
bc653cd
·
verified ·
1 Parent(s): 9a8c72f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -19,10 +19,8 @@ from components.invoicepayload import InvoicePayload
19
 
20
  import uuid
21
  from fastapi.middleware.cors import CORSMiddleware
22
- from x402.types import PaymentRequirements,PaymentPayload
23
- from x402.types import x402PaymentRequiredResponse
24
  from x402.encoding import safe_base64_decode
25
- from x402.common import process_price_to_atomic_amount, x402_VERSION
26
  import json
27
  import base64
28
  import httpx
 
19
 
20
  import uuid
21
  from fastapi.middleware.cors import CORSMiddleware
 
 
22
  from x402.encoding import safe_base64_decode
23
+
24
  import json
25
  import base64
26
  import httpx