Unused variable

This commit is contained in:
Teagan M. Glenn 2016-08-17 22:22:29 -06:00
parent e4abecd359
commit 42caa31067

View File

@ -133,7 +133,6 @@ class WUndergroundData(object):
self._api_key = api_key
self._pws_id = pws_id
self.data = None
self.unit_system = None
def _build_url(self):
print(self._api_key)