Skip to content

Commit 6d1a77f

Browse files
committed
black
1 parent ee4c503 commit 6d1a77f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

apps/dash-lastodash/lastodash.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
import re
55
import pandas
66
import pathlib
7-
7+
from plotly import tools
8+
import plotly.graph_objs as go
89
import dash
910
from dash.dependencies import Input, Output
1011
import dash_core_components as dcc
1112
import dash_html_components as html
1213
import dash_table as dt
1314

14-
from plotly import tools
15-
import plotly.graph_objs as go
16-
1715

1816
app = dash.Dash(__name__)
1917

0 commit comments

Comments
 (0)