Removed unused import statements, fixed compile error on skeleton challenge code.

This commit is contained in:
Donne Martin
2015-08-04 19:36:05 -04:00
parent 706ccd3256
commit 77438319a5
3 changed files with 2 additions and 4 deletions

View File

@@ -122,7 +122,6 @@
],
"source": [
"%%writefile test_height.py\n",
"from __future__ import print_function\n",
"from nose.tools import assert_equal\n",
"\n",
"\n",