From beb789c19ef01d788c11d3deb3c7acc0d44eb692 Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial Date: Tue, 11 Feb 2025 11:29:45 -0500 Subject: [PATCH] Remove unneeded import --- lib/nexrad/coord.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/nexrad/coord.py b/lib/nexrad/coord.py index 42a937b..337ac91 100644 --- a/lib/nexrad/coord.py +++ b/lib/nexrad/coord.py @@ -1,4 +1,3 @@ -import re COORD_SYSTEM = 4326 class Coord():