Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c55bd5

Browse files
committed
Add b64_encoding future flag
1 parent fe7a5d5 commit 2c55bd5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from __future__ import absolute_import
2+
from _plotly_future_ import _future_flags, _assert_plotly_not_imported
3+
4+
_assert_plotly_not_imported()
5+
_future_flags.add('b64_encoding')

0 commit comments

Comments
 (0)