1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2025-07-26 16:11:33 +00:00

added flake8

This commit is contained in:
2020-01-20 14:50:52 -07:00
parent cc60fa0ba2
commit b4855eb735
3 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
from math import sqrt
from bokeh.models import Arrow
from bokeh.plotting import figure, output_file, show
from bokeh.plotting import figure, show
from aero_astro_calc.dependencies.LatexLabel import LatexLabel