Skip to content

Commit 7a91711

Browse files
committed
type get_electric_tariffs
1 parent a205ca3 commit 7a91711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tariff_fetch/rateacuity/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def create_driver_(download_path: str) -> webdriver.Chrome:
4747
return webdriver.Chrome(options=options, service=service)
4848

4949

50-
def get_electric_tariffs(context: ScrapingContext, state: str, utility: str, schedule: str):
50+
def get_electric_tariffs(context: ScrapingContext, state: str, utility: str, schedule: str) -> pl.DataFrame:
5151
driver, _ = context
5252
driver.execute_script("Object.defineProperty(navigator, 'webdriver', {get: () => undefined})")
5353
driver.get("https://secure.rateacuity.com/RateAcuity/ElecEntry/IndexViews")

0 commit comments

Comments
 (0)