Skip to content

Commit 0a1a3ba

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent daa5e3f commit 0a1a3ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web_programming/qimai_data.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ def login(page: ChromiumPage, username: str, password: str) -> bool:
3030
return True
3131

3232

33-
def get_app_info(page: ChromiumPage, username: str, password: str, typename: str) -> dict:
33+
def get_app_info(
34+
page: ChromiumPage, username: str, password: str, typename: str
35+
) -> dict:
3436
# Clear the cache to avoid the login failure
3537
page.clear_cache(cookies=True)
3638
if login(page, username, password):

0 commit comments

Comments
 (0)