Skip to content

Commit

Permalink
ruff格式化auto_get_res_new.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EightyDollars committed Jul 18, 2024
1 parent 49c2334 commit 0742505
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions auto_get_res_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ def load_recruit_data(self):
) as f:
json.dump(recruit_result_data, f, ensure_ascii=False, indent=4)


def load_recruit_template(self):
# !/usr/bin/env python3
template = {}
Expand Down Expand Up @@ -398,7 +397,7 @@ def load_recruit_tag(self):
"wb",
) as f:
pickle.dump(recruit_tag_template, f)

def load_recruit_resource(self):
self.load_recruit_data()
self.load_recruit_template()
Expand Down

0 comments on commit 0742505

Please sign in to comment.