From a48380cdca1c03398cde899a8ab9bd8e419be7e5 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Wed, 8 Jun 2022 12:22:54 +0200 Subject: [PATCH] Fix flake --- panel/reactive.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/panel/reactive.py b/panel/reactive.py index 094693a496f..a66ae92b894 100644 --- a/panel/reactive.py +++ b/panel/reactive.py @@ -25,6 +25,7 @@ import param from bokeh.core.property.descriptors import UnsetValueError +from bokeh.model import DataModel from param.parameterized import ParameterizedMetaclass, Watcher from .io.document import unlocked @@ -42,7 +43,7 @@ from bokeh.document import Document from bokeh.events import Event - from bokeh.model import DataModel, Model + from bokeh.model import Model from bokeh.models.sources import DataDict, Patches from pyviz_comms import Comm