Skip to content

Commit

Permalink
Fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jun 8, 2022
1 parent 3c3ccb9 commit a48380c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion panel/reactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit a48380c

Please sign in to comment.