From 3699b979fe8c46f62a6e6d261fbfad2139ea9c8c Mon Sep 17 00:00:00 2001 From: gidden Date: Sun, 21 Apr 2013 15:06:36 -0500 Subject: [PATCH] removed confusing importation --- python/testing/Readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/testing/Readme.md b/python/testing/Readme.md index 2c50dc1..06cb5aa 100644 --- a/python/testing/Readme.md +++ b/python/testing/Readme.md @@ -368,8 +368,6 @@ would - of course - start by writing the test, possibly testing a single value: ```python from nose.tools import assert_equal -from pisa import fib - def test_fib1(): obs = fib(2) exp = 1 -- 2.26.2