Skip to content

Commit de8723b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 62dd99c commit de8723b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiatoolbox/visualization/bokeh_app/templates/bar_plot_grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
import numpy as np
66
import pandas as pd
7-
87
from bokeh.layouts import gridplot
98
from bokeh.models import ColumnDataSource, HoverTool
109
from bokeh.plotting import figure
1110
from bokeh.transform import dodge
11+
1212
from tiatoolbox.utils.visualization import random_colors
1313
from tiatoolbox.visualization.ui_utils import UIPlugin
1414

0 commit comments

Comments
 (0)