8000 Revert "Weird unicodedecodeerror. Seems to be a pip thing?" · complyue/plotly.py@d5be291 · GitHub
Skip to content

Commit d5be291

Browse files
committed
Revert "Weird unicodedecodeerror. Seems to be a pip thing?"
This reverts commit b1c1783.
1 parent 427c9ec commit d5be291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

circle/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
SIG="[-__-].oO"
3+
SIG="☁☀☂"
44

55
echo "${SIG} Running setup routine with Python versions:"
66
for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do

circle/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
SIG="[-__-].oO"
3+
SIG="☁☀☂"
44

55
echo "${SIG} Running test routine with python versions:"
66
for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do

0 commit comments

Comments
 (0)
0