Import the shared code files into the new repository
This commit is contained in:
parent
0fe85d5956
commit
b75104d5e9
|
@ -3,5 +3,5 @@ from usage.usage_feeders.helpers.us_function_to_usage import UsFunctionToUsage
|
||||||
|
|
||||||
|
|
||||||
class UsNewYorkCityUsageParameters(UsBaseUsageParameters):
|
class UsNewYorkCityUsageParameters(UsBaseUsageParameters):
|
||||||
def __init__(self, city):
|
def __init_(self, city):
|
||||||
super().__init__(city, UsFunctionToUsage.pluto_to_function)
|
super().__init__(city, UsFunctionToUsage.function)
|
Loading…
Reference in New Issue
Block a user