From 95b7a8c4b90397f3a606d128f30af110446311c0 Mon Sep 17 00:00:00 2001 From: NMA Date: Thu, 25 Aug 2016 17:07:53 +0530 Subject: [PATCH] Removed redundant assignment to CONF_WAYPOINT_IMPORT_USER --- homeassistant/components/device_tracker/owntracks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/device_tracker/owntracks.py b/homeassistant/components/device_tracker/owntracks.py index 612f9423a38..1e47ed6f83c 100644 --- a/homeassistant/components/device_tracker/owntracks.py +++ b/homeassistant/components/device_tracker/owntracks.py @@ -35,8 +35,6 @@ CONF_WAYPOINT_IMPORT_USER = 'waypoint_import_user' VALIDATE_LOCATION = 'location' VALIDATE_TRANSITION = 'transition' -CONF_WAYPOINT_IMPORT_USER = 'waypoint_import_user' - def setup_scanner(hass, config, see): """Setup an OwnTracks tracker."""