Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fzls committed Jun 28, 2024
1 parent d0aa8e4 commit 43b7ade
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions djc_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from const import appVersion, cached_dir, sVersionName, vscode_online_url
from dao import (
XIN_YUE_MIN_LEVEL,
AmesvrCommonModRet,
AmesvrQueryRole,
AmesvrUserBindInfo,
AmsActInfo,
Expand Down Expand Up @@ -67,7 +66,6 @@
XinYueBattleGroundWpeBindRole,
XinYueBattleGroundWpeGetBindRoleResult,
XinYueBgwUserInfo,
XinyueFinancingInfo,
XinYueInfo,
XinYueMatchServerAddTeamRequest,
XinYueMatchServerCommonResponse,
Expand Down Expand Up @@ -7741,7 +7739,7 @@ def amesvr_request(
) -> dict | AmsActInfo | None:
if show_info_only:
self.show_ams_act_info(iActivityId)
return
return None
if get_act_info_only:
return get_ams_act(iActivityId)

Expand Down

0 comments on commit 43b7ade

Please sign in to comment.