Skip to content

Commit

Permalink
I thought the pre-commit hooks were supposed to do everything for me
Browse files Browse the repository at this point in the history
  • Loading branch information
wx4stg committed Dec 29, 2024
1 parent f4f0f02 commit a34c28a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions examples/plotting/lonboard_nexrad_reflectivity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,14 @@
"# Author: Sam Gardner (samuel.gardner@ttu.edu)\n",
"# License: BSD 3 clause\n",
"\n",
"import numpy as np\n",
"from arro3.core import Array, Field, fixed_size_list_array, list_array, Table, Schema\n",
"\n",
"import pyart\n",
"from pyart.testing import get_test_data\n",
"\n",
"import cmweather\n",
"from lonboard import Map, SolidPolygonLayer\n",
"from lonboard.colormap import apply_continuous_cmap\n",
"import numpy as np\n",
"\n",
"import cmweather\n",
"import pyart\n",
"from pyart.testing import get_test_data\n",
"\n",
"\n",
"# download and open test data file\n",
Expand Down

0 comments on commit a34c28a

Please sign in to comment.