From 9497a40de767fe57bdd03feee7de0851063b10db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E4=B9=8B=E5=87=8C=E6=AE=87?= Date: Sat, 23 Nov 2024 17:13:12 +0800 Subject: [PATCH] fix: lint --- config_ui.py | 1 - djc_helper.py | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config_ui.py b/config_ui.py index 75d9ae3f0d..fff9819a8a 100644 --- a/config_ui.py +++ b/config_ui.py @@ -40,7 +40,6 @@ ) from config_cloud import config_cloud from db import DnfHelperChronicleExchangeListDB -from first_run import is_first_run from log import color, fileHandler, logger, new_file_handler from notice import Notice, NoticeManager from qq_login import QQLogin diff --git a/djc_helper.py b/djc_helper.py index aa8418d3d1..670693d74d 100644 --- a/djc_helper.py +++ b/djc_helper.py @@ -3429,7 +3429,9 @@ def show_dnf_helper_info_guide(self, extra_msg="", show_message_box_once_key="", show_message_box_once_key != "" and is_first_run(self.get_show_dnf_helper_info_guide_key(show_message_box_once_key)) ): - async_message_box(tips, "助手信息获取指引", print_log=False, open_url="https://docs.qq.com/doc/DYmN0UldUbmxITkFj") + async_message_box( + tips, "助手信息获取指引", print_log=False, open_url="https://docs.qq.com/doc/DYmN0UldUbmxITkFj" + ) def reset_show_dnf_helper_info_guide_key(self, show_message_box_once_key: str): reset_first_run(self.get_show_dnf_helper_info_guide_key(show_message_box_once_key)) @@ -7938,7 +7940,7 @@ def dnf_star_and_wish(self): self.dnf_star_and_wish_op("见面礼", "340356") self.dnf_star_and_wish_op("幸运勇士礼包", "340360") - self.dnf_star_and_wish_op("许愿道具", "340366", iIndex = 0) + self.dnf_star_and_wish_op("许愿道具", "340366", iIndex=0) self.dnf_star_and_wish_op("登录游戏奖励", "340569") self.dnf_star_and_wish_op("副本通关奖励", "340571")