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

Skip to content

Commit 3a0bc75

Browse files
Removed refrence to depreacated utils * imports
1 parent 7ce9a2a commit 3a0bc75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

search.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"cell_type": "markdown",
5757
"metadata": {},
5858
"source": [
59-
"The first thing we observe is '`from utils import *`'. This means that everything in utils.py is imported for use in this module. Don't worry. You don't need to read utils.py in order to understand search algorithms.\n",
59+
"The search and other modules of the repository make use of several imports from the utils module. We will point the useful ones out if they are required to follow the material below. Don't worry. You don't need to read utils.py in order to understand search algorithms.\n",
6060
" \n",
6161
"The `Problem` class is an abstract class on which we define our problems(*duh*).\n",
6262
"Again, if you are confused about what `abstract class` means have a look at the `Intro` notebook.\n",
@@ -285,7 +285,7 @@
285285
"name": "python",
286286
"nbconvert_exporter": "python",
287287
"pygments_lexer": "ipython3",
288-
"version": "3.4.3"
288+
"version": "3.5.1"
289289
}
290290
},
291291
"nbformat": 4,

0 commit comments

Comments
 (0)