8000 removed unnecessary parentheses · modulexcite/plotly.py@933aae3 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 933aae3

Browse files
committed
removed unnecessary parentheses
1 parent 85610b4 commit 933aae3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plotly/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def embed(file_owner_or_url, file_id=None, width="100%", height=525):
380380
except:
381381
pass
382382
if _ipython_imported:
383-
if (file_id):
383+
if file_id:
384384
plotly_domain = (
385385
session.get_session_config().get('plotly_domain') or
386386
get_config_file()['plotly_domain']

plotly/version.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
__version__ = '1.8.1'
2-

0 commit comments

Comments
 (0)
0