Skip to content

Commit

Permalink
cleaned up import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mbobra committed Sep 7, 2023
1 parent 471acaf commit a256b84
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions water.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,11 @@
"outputs": [],
"source": [
"import itertools\n",
"import boto3\n",
"import time\n",
"import importlib\n",
"import pandas as pd\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"import seaborn as sns\n",
"import altair as alt\n",
"import cartopy.crs as ccrs\n",
"import cartopy.feature as cfeature\n",
"\n",
Expand Down

0 comments on commit a256b84

Please sign in to comment.