diff --git a/src/pg_rad/plotting/landscape_plotter.py b/src/pg_rad/plotting/landscape_plotter.py index 80d3020..3c42d8c 100644 --- a/src/pg_rad/plotting/landscape_plotter.py +++ b/src/pg_rad/plotting/landscape_plotter.py @@ -4,8 +4,6 @@ from matplotlib import pyplot as plt from matplotlib.axes import Axes from matplotlib.patches import Circle -from numpy import median - from pg_rad.landscape.landscape import Landscape logger = logging.getLogger(__name__)