removed unused imports

This commit is contained in:
2021-06-04 00:05:34 +02:00
parent b4a69f5f95
commit 85e7234ee0
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 = "🗙"