Skip to content

Commit

Permalink
[FIX] payment_monero: Fix urllib3 import
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Mar 17, 2024
1 parent 1403a9f commit 144d255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payment_monero/controllers/website_sale.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import requests

from urllib3 import exceptions
import urllib3
from monero import exceptions
from monero.backends.jsonrpc import JSONRPCDaemon, RPCError

Expand Down

0 comments on commit 144d255

Please sign in to comment.