Apply isort
This commit is contained in:
parent
23ba256b6e
commit
21562ee85b
@ -1,7 +1,6 @@
|
||||
import subprocess
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
|
||||
DATA_FACTORY_IMPLEMENTATION = ["trics", "morph", "d10"]
|
||||
|
||||
REFLECTION_PRINTER_FORMATS = [
|
||||
|
@ -42,7 +42,6 @@ from bokeh.palettes import Dark2
|
||||
|
||||
import pyzebra
|
||||
|
||||
|
||||
javaScript = """
|
||||
let j = 0;
|
||||
for (let i = 0; i < js_data.data['fname'].length; i++) {
|
||||
|
@ -17,12 +17,12 @@ from bokeh.models import (
|
||||
Div,
|
||||
FileInput,
|
||||
Grid,
|
||||
MultiSelect,
|
||||
NumberEditor,
|
||||
NumberFormatter,
|
||||
Image,
|
||||
LinearAxis,
|
||||
LinearColorMapper,
|
||||
MultiSelect,
|
||||
NumberEditor,
|
||||
NumberFormatter,
|
||||
Panel,
|
||||
PanTool,
|
||||
Plot,
|
||||
|
@ -19,13 +19,13 @@ from bokeh.models import (
|
||||
Div,
|
||||
FileInput,
|
||||
Grid,
|
||||
MultiSelect,
|
||||
NumberFormatter,
|
||||
HoverTool,
|
||||
Image,
|
||||
Line,
|
||||
LinearAxis,
|
||||
LinearColorMapper,
|
||||
MultiSelect,
|
||||
NumberFormatter,
|
||||
Panel,
|
||||
PanTool,
|
||||
Plot,
|
||||
|
Loading…
x
Reference in New Issue
Block a user