fix: Fix the mypy check error (#1373)

Co-authored-by: yyhhyy <95077259+Hui824@users.noreply.github.com>
Co-authored-by: aries_ckt <916701291@qq.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
This commit is contained in:
yyhhyy
2024-04-07 14:22:23 +08:00
committed by GitHub
parent 62f90c95ce
commit f2a6284c0e
3 changed files with 13 additions and 2 deletions

View File

@@ -27,3 +27,5 @@ jobs:
run: make setup
- name: Check Python code style
run: make fmt-check
- name: Check Python code type
run: make mypy