From 8eb9ee388dc243bdc2d60ff3ce0dae1bb06e99d6 Mon Sep 17 00:00:00 2001 From: Reid Miller Date: Thu, 7 Sep 2017 21:46:24 -0400 Subject: [PATCH] #141 Remove SPP from client_factory(...) until implemented. This would suggest to our users that the SPP client exists, where currently spp.py doesn't do anything. --- pyiso/__init__.py | 1 - pyiso/spp.py | 1 - 2 files changed, 2 deletions(-) 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',