remove unused rw_cache

This commit is contained in:
lza_menace 2024-05-23 13:32:14 -07:00
parent a44da731e9
commit 269a9c31a2
3 changed files with 2 additions and 21 deletions

View file

@ -5,7 +5,7 @@ from flask import request, redirect, Blueprint
from flask import render_template, flash, Response
from urllib.parse import urlparse
from xmrnodes.helpers import rw_cache, get_highest_block
from xmrnodes.helpers import get_highest_block
from xmrnodes.forms import SubmitNode
from xmrnodes.models import Node, Peer
from xmrnodes import config