Remove unused import

This commit is contained in:
jan 2016-07-03 14:22:39 -07:00
parent 02ec6d67d6
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'