From 026bccf6c05c535939e6a8f39f9666fec60b5e71 Mon Sep 17 00:00:00 2001 From: Remington Rohel Date: Fri, 11 Oct 2024 19:09:42 +0000 Subject: [PATCH] Removed unused import. --- pydarn/plotting/rtp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pydarn/plotting/rtp.py b/pydarn/plotting/rtp.py index f8dac462..ded23f21 100644 --- a/pydarn/plotting/rtp.py +++ b/pydarn/plotting/rtp.py @@ -30,7 +30,6 @@ import copy import cartopy.geodesic -import matplotlib.cm import matplotlib.pyplot as plt import numpy as np import warnings