Remove unused import

This commit is contained in:
jan 2016-07-03 14:22:39 -07:00
commit 16bd864e90

View file

@ -2,7 +2,7 @@
Functions for creating stretched coordinate PMLs. Functions for creating stretched coordinate PMLs.
""" """
from typing import List, Tuple, Callable from typing import List, Callable
import numpy import numpy
__author__ = 'Jan Petykiewicz' __author__ = 'Jan Petykiewicz'