Skip to content

Commit c684a06

Browse files
committed
black
1 parent 91f5b13 commit c684a06

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

packages/python/plotly/plotly/express/colors/__init__.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
from __future__ import absolute_import
88
from plotly.colors import *
99

10-
__all__ = ['cyclical',
11-
'diverging',
12-
'sequential',
13-
'qualitative',
14-
]
10+
__all__ = [
11+
"cyclical",
12+
"diverging",
13+
"sequential",
14+
"qualitative",
15+
]

packages/python/plotly/plotly/express/data.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
from plotly.data import *
33

44
__all__ = [
5-
'carshare',
6-
'election',
7-
'election_geojson',
8-
'gapminder',
9-
'iris',
10-
'tips',
11-
'wind'
12-
]
5+
"carshare",
6+
"election",
7+
"election_geojson",
8+
"gapminder",
9+
"iris",
10+
"tips",
11+
"wind",
12+
]

0 commit comments

Comments
 (0)