Skip to content

Commit

Permalink
[L1-3] Remove import of itertools (not used)
Browse files Browse the repository at this point in the history
  • Loading branch information
mesnardo committed Aug 28, 2018
1 parent 0ef33fc commit b0a725e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lessons/01_phugoid/01_03_PhugoidFullModel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@
"source": [
"import math\n",
"import numpy\n",
"import itertools\n",
"from matplotlib import pyplot\n",
"%matplotlib inline"
]
Expand Down Expand Up @@ -939,7 +938,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.6.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit b0a725e

Please sign in to comment.