Skip to content

Commit

Permalink
Merge pull request #34 from HowieHz/deepsource-transform-f734f3d8
Browse files Browse the repository at this point in the history
Format code with isort
  • Loading branch information
HowieHz authored May 13, 2022
2 parents 020d885 + c431026 commit 28ef822
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/builtin_modules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ def pathCheck():
:return: setting_file_path, output_dir_path
"""
setting_dir_path = str(os.path.join(os.getcwd(), "Setting")) # 初始化设置目录
setting_file_path = str(
os.path.join(setting_dir_path, "hpyculator_setting")
)
setting_file_path = str(os.path.join(setting_dir_path, "hpyculator_setting"))
# 初始化设置文件位置
# 检查存放设置文件的文件夹是否存在
if not os.path.exists(setting_dir_path):
Expand Down

0 comments on commit 28ef822

Please sign in to comment.