Skip to content

Commit 74f7c61

Browse files
author
Jeff Whitaker
committed
remove un-needed imports
1 parent 0227f9f commit 74f7c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/figures/plotsst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from mpl_toolkits.basemap import Basemap
2-
from netCDF4 import Dataset, date2index, num2date
2+
from netCDF4 import Dataset
33
import numpy as np
44
import matplotlib.pyplot as plt
55
date = '20071215' # date to plot.

0 commit comments

Comments
 (0)