Format code (#877)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-07-26 19:51:48 +08:00
committed by GitHub
parent b1cb31854a
commit f7fc51c81a
5 changed files with 126 additions and 96 deletions

View File

@@ -1,4 +1,5 @@
import os,sys
import os, sys
now_dir = os.getcwd()
sys.path.append(os.path.join(now_dir))
sys.path.append(os.path.join(now_dir, "train"))