removed unused imports
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
from random import choice
|
||||
|
||||
from bokeh.layouts import column, row
|
||||
from bokeh.models import Button, Div, Spacer, TextInput
|
||||
from bokeh.layouts import column
|
||||
from bokeh.models import Spacer, TextInput
|
||||
from bokeh.plotting import curdoc
|
||||
|
||||
from .actor import Actor
|
||||
|
@ -1,7 +1,7 @@
|
||||
from bokeh.layouts import column, row
|
||||
from bokeh.models import Button, Div, Spacer, TextInput
|
||||
|
||||
from .buki import Column, Row
|
||||
from .buki import Column
|
||||
|
||||
|
||||
CROSS = "🗙"
|
||||
|
Reference in New Issue
Block a user