From 61bd3a87829ea45eefc84719342ef4da050fb6b9 Mon Sep 17 00:00:00 2001 From: Eric Gitonga Date: Wed, 22 Nov 2023 19:16:50 +0300 Subject: [PATCH] remove collar voltage import from __init__.py --- ecoscope/plotting/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ecoscope/plotting/__init__.py b/ecoscope/plotting/__init__.py index dd740f3a..52ec3e00 100644 --- a/ecoscope/plotting/__init__.py +++ b/ecoscope/plotting/__init__.py @@ -5,7 +5,6 @@ ecoplot, mcp, nsd, - plot_collar_voltage, plot_seasonal_dist, speed, ) @@ -18,6 +17,5 @@ "mcp", "nsd", "speed", - "plot_collar_voltage", "plot_seasonal_dist", ]