Skip to content

Commit

Permalink
remove extra blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
tronikos committed Feb 28, 2024
1 parent 562b936 commit 31cb8ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/opower/utilities/aepbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ async def async_login(
text = await resp.text()
login_parser.feed(text)


if not login_parser.password_field_found:
match = re.search(r"https://([^.]*).opower.com", text)
assert match
Expand Down

0 comments on commit 31cb8ba

Please sign in to comment.