Skip to content

Commit

Permalink
Fixing pre-commit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
FloraSauerbronn committed Oct 24, 2024
1 parent dd106f9 commit 6ee70ab
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@
"outputs": [],
"source": [
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"from gliderpy.fetchers import GliderDataFetcher\n",
"from gliderpy.plotting import plot_cast, plot_track, plot_transect\n",
"\n",
"\n",
"glider_grab = GliderDataFetcher()\n",
"\n",
Expand Down Expand Up @@ -142,8 +139,6 @@
"metadata": {},
"outputs": [],
"source": [
"import matplotlib.pyplot as plt\n",
"\n",
"fig, (ax0, ax1) = plt.subplots(\n",
" figsize=(15, 9),\n",
" nrows=2,\n",
Expand Down

0 comments on commit 6ee70ab

Please sign in to comment.