Skip to content

Commit b306226

Browse files
committed
Linting
1 parent cc1147a commit b306226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simplipy/account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# pylint: disable=protected-access
2222
async def get_systems(
23-
email: str, password: str, websession: ClientSession) -> list:
23+
email: str, password: str, websession: ClientSession) -> list:
2424
"""Return a list of systems."""
2525
account = SimpliSafe(websession)
2626
await account._login(email, password)

0 commit comments

Comments
 (0)