fixbug: Align parameters with the parent class

This commit is contained in:
莘权 马 2023-08-09 13:55:07 +08:00
parent 9e91142c4e
commit 9e9e0d56e5
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@
@Time : 2023/5/11 19:26
@Author : alexanderwu
@File : design_api.py
@Modified By: mashenquan, 2023-8-9, align `run` parameters with the parent :class:`Action` class.
"""
import shutil
from pathlib import Path

View file

@ -4,6 +4,7 @@
@Time : 2023/5/11 19:12
@Author : alexanderwu
@File : project_management.py
@Modified By: mashenquan, 2023-8-9, align `run` parameters with the parent :class:`Action` class.
"""
from typing import List, Tuple