chore: remove unnecessary sys.path.append

This commit is contained in:
源文雨 2023-07-27 18:36:05 +08:00 committed by GitHub
parent 58370b048c
commit 8d8eb8e3e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ import os, sys
now_dir = os.getcwd()
sys.path.append(os.path.join(now_dir))
sys.path.append(os.path.join(now_dir, "train"))
from lib.train import utils
import datetime