Sort imports

This commit is contained in:
Aarni Koskela
2024-10-28 11:40:25 +02:00
parent 741fea1f7b
commit de20fd9283
5 changed files with 35 additions and 32 deletions

View File

@@ -1,4 +1,5 @@
from bokeh import models as bm, plotting as bp
from bokeh import models as bm
from bokeh import plotting as bp
from bokeh.transform import factor_cmap
from pandas import DataFrame