diff --git a/routstr/payment/models.py b/routstr/payment/models.py index 0831ca37..d6eccf5d 100644 --- a/routstr/payment/models.py +++ b/routstr/payment/models.py @@ -1,8 +1,6 @@ import asyncio import json import random -from pathlib import Path -from urllib.request import urlopen import httpx from fastapi import APIRouter, Depends