temp undo other refactor (until merged)

This commit is contained in:
Shroominic
2026-01-31 07:41:01 +08:00
parent 1c5e709b0a
commit 1b7e0b7d22
+4 -1
View File
@@ -4,7 +4,10 @@ from typing import AsyncGenerator
from fastapi import FastAPI
from ..nostr import announce_provider, providers_cache_refresher
# when other refactor is merged:
# from ..nostr import announce_provider, providers_cache_refresher
from ..discovery import providers_cache_refresher
from ..nip91 import announce_provider
from ..payment.models import update_sats_pricing
from ..payment.price import update_prices_periodically
from ..proxy import initialize_upstreams, refresh_model_maps_periodically