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

Skip to content

Commit c016705

Browse files
committed
PEP8 fixes.
1 parent 99de373 commit c016705

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/pylab_examples/stix_fonts_demo.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
from __future__ import unicode_literals
2+
13
import os
24
import sys
35
import re
46
import gc
57
import matplotlib.pyplot as plt
68

7-
from __future__ import unicode_literals
8-
99
stests = [
1010
r'$\mathcircled{123} \mathrm{\mathcircled{123}} \
1111
\mathbf{\mathcircled{123}}$',
@@ -22,6 +22,7 @@
2222
if sys.maxunicode > 0xffff:
2323
s = r'Direct Unicode: $\u23ce \mathrm{\ue0f2 \U0001D538}$'
2424

25+
2526
def doall():
2627
tests = stests
2728

0 commit comments

Comments
 (0)