From 618f42512a89834bb8b2ed7830e7e77d79a29f44 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 28 Aug 2020 08:16:31 -0500 Subject: [PATCH] Update homeassistant/components/ping/binary_sensor.py Co-authored-by: Paulus Schoutsen --- homeassistant/components/ping/binary_sensor.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/homeassistant/components/ping/binary_sensor.py b/homeassistant/components/ping/binary_sensor.py index d213df69673..84119bbf65e 100644 --- a/homeassistant/components/ping/binary_sensor.py +++ b/homeassistant/components/ping/binary_sensor.py @@ -146,10 +146,6 @@ class PingDataICMPLib(PingData): class PingDataSubProcess(PingData): """The Class for handling the data retrieval using the ping binary.""" - def __init__(self, hass, host, count) -> None: - """Initialize the data object.""" - super().__init__(hass, host, count) - if sys.platform == "win32": self._ping_cmd = [ "ping",