mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Unused variable
This commit is contained in:
parent
e4abecd359
commit
42caa31067
@ -133,7 +133,6 @@ class WUndergroundData(object):
|
|||||||
self._api_key = api_key
|
self._api_key = api_key
|
||||||
self._pws_id = pws_id
|
self._pws_id = pws_id
|
||||||
self.data = None
|
self.data = None
|
||||||
self.unit_system = None
|
|
||||||
|
|
||||||
def _build_url(self):
|
def _build_url(self):
|
||||||
print(self._api_key)
|
print(self._api_key)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user