diff --git a/pyiso/__init__.py b/pyiso/__init__.py index 368c732..d7596ce 100644 --- a/pyiso/__init__.py +++ b/pyiso/__init__.py @@ -39,7 +39,6 @@ 'PJM': {'class': 'PJMClient', 'module': 'pjm'}, 'PNM': {'class': 'SVERIClient', 'module': 'sveri'}, 'SASK': {'class': 'SaskPowerClient', 'module': 'sask'}, - 'SPP': {'class': 'SPPClient', 'module': 'spp'}, 'SPPC': {'class': 'NVEnergyClient', 'module': 'nvenergy'}, 'SRP': {'class': 'SVERIClient', 'module': 'sveri'}, 'TEPC': {'class': 'SVERIClient', 'module': 'sveri'}, diff --git a/pyiso/spp.py b/pyiso/spp.py index 036227d..d3ec2dd 100644 --- a/pyiso/spp.py +++ b/pyiso/spp.py @@ -20,7 +20,6 @@ def get_fuels(self, year=2014): 'WASTE': 'refuse', 'WIND': 'wind', } - else: return { 'COAL': 'coal',