Apply isort

This commit is contained in:
usov_i 2022-12-14 17:11:02 +01:00
parent 23ba256b6e
commit 21562ee85b
4 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,6 @@
import subprocess
import xml.etree.ElementTree as ET
DATA_FACTORY_IMPLEMENTATION = ["trics", "morph", "d10"]
REFLECTION_PRINTER_FORMATS = [

View File

@ -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++) {

View File

@ -17,12 +17,12 @@ from bokeh.models import (
Div,
FileInput,
Grid,
MultiSelect,
NumberEditor,
NumberFormatter,
Image,
LinearAxis,
LinearColorMapper,
MultiSelect,
NumberEditor,
NumberFormatter,
Panel,
PanTool,
Plot,

View File

@ -19,13 +19,13 @@ from bokeh.models import (
Div,
FileInput,
Grid,
MultiSelect,
NumberFormatter,
HoverTool,
Image,
Line,
LinearAxis,
LinearColorMapper,
MultiSelect,
NumberFormatter,
Panel,
PanTool,
Plot,