Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
They should be part fix for #124
  • Loading branch information
sverhoeven committed Jun 29, 2021
1 parent e23c938 commit 65db79d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/examples/lisflood.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
"from ewatercycle import CFG\n",
"import ewatercycle.models\n",
"from ewatercycle.forcing import load_foreign\n",
"from ewatercycle.models.lisflood import LisfloodParameterSet\n",
"from ewatercycle.parameter_sets import download_example_parameter_sets\n",
"from ewatercycle.parameter_sets import get_parameter_set"
"from ewatercycle.models.lisflood import LisfloodParameterSet"
]
},
{
Expand Down Expand Up @@ -858,4 +856,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit 65db79d

Please sign in to comment.