Remove cluster cache and query by bbox
All checks were successful
Build Docker Image / build (push) Successful in 3m0s
All checks were successful
Build Docker Image / build (push) Successful in 3m0s
This commit is contained in:
@@ -6,7 +6,7 @@ import requests
|
||||
import graphene
|
||||
from django.conf import settings
|
||||
from .arango_client import get_db, ensure_graph
|
||||
from .cluster_index import get_clustered_nodes, invalidate_cache
|
||||
from .cluster_index import get_clustered_nodes
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user