# HG changeset patch # User Aurélien Campéas # Date 1712050466 -7200 # Tue Apr 02 11:34:26 2024 +0200 # Node ID 21bccec530bc885c3fbcc5482aaf34dae1002c7e # Parent 0138dd414453f46484592def040e35339b22a884 webapp/editor: the editor has been reimplemented in elm diff --git a/tshistory_refinery/webapp.py b/tshistory_refinery/webapp.py --- a/tshistory_refinery/webapp.py +++ b/tshistory_refinery/webapp.py @@ -6,7 +6,6 @@ from dbcache.api import kvstore from tsview.blueprint import tsview from tsview.history import historic -from tsview.editor import editor from rework_ui.blueprint import reworkui from tshistory.api import timeseries @@ -68,11 +67,6 @@ self.tsa, request_pathname_prefix='/' ) - editor( - app, - self.tsa, - request_pathname_prefix='/' - ) def reworkui(self, app): app.register_blueprint(