webapp: the separate "historic" view has been retired from tsview

It is now integrated into the rest.
1 files changed, 0 insertions(+), 6 deletions(-)

M tshistory_refinery/webapp.py
M tshistory_refinery/webapp.py +0 -6
@@ 5,7 5,6 @@ from sqlalchemy import create_engine
 from dbcache.http import kvstore_httpapi
 from dbcache.api import kvstore
 from tsview.blueprint import tsview
-from tsview.history import historic
 from rework_ui.blueprint import reworkui
 
 from tshistory.api import timeseries

          
@@ 62,11 61,6 @@ class AppMaker:
         app.register_blueprint(
             tsview(self.tsa)
         )
-        historic(
-            app,
-            self.tsa,
-            request_pathname_prefix='/'
-        )
 
     def reworkui(self, app):
         app.register_blueprint(