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