Removing unnecessary 'PopulationReport' class

Removing unnecessary 'PopulationReport' class
This commit is contained in:
Shane 2015-05-18 21:52:32 -04:00
parent b53d1233fc
commit 730f129133
1 changed files with 0 additions and 10 deletions

View File

@ -1,16 +1,6 @@
__author__ = 'scarroll'
class PopulationReport(object):
def __init__(self):
self.states = []
@staticmethod
def from_response_data(response_data):
pass
class StatePopulationRecord(object):
def __init__(self, population, state_name, state_id, year):