Skip to content

Commit

Permalink
WattTime#141 Remove SPP from client_factory(...) until implemented.
Browse files Browse the repository at this point in the history
This would suggest to our users that the SPP client exists, where currently
spp.py doesn't do anything.
  • Loading branch information
r24mille committed Sep 8, 2017
1 parent d4cb575 commit 8eb9ee3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyiso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down
1 change: 0 additions & 1 deletion pyiso/spp.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def get_fuels(self, year=2014):
'WASTE': 'refuse',
'WIND': 'wind',
}

else:
return {
'COAL': 'coal',
Expand Down

0 comments on commit 8eb9ee3

Please sign in to comment.