Skip to content

Commit 903a382

Browse files
committed
Apply formatter
1 parent 155f1c0 commit 903a382

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/data/DataProperty.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
}
100100
],
101101
"source": [
102-
"print(six.text_type(DataProperty(u\"吾輩は猫である\")))"
102+
"print(six.text_type(DataProperty(\"吾輩は猫である\")))"
103103
]
104104
},
105105
{

test/data/pytablewriter_examples.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
"metadata": {},
77
"outputs": [],
88
"source": [
9-
"from __future__ import print_function\n",
10-
"\n",
119
"from textwrap import dedent\n",
1210
"\n",
1311
"import pytablewriter\n",

0 commit comments

Comments
 (0)