Skip to content

Commit

Permalink
delete redundant return
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoYangyang0403 committed Sep 18, 2023
1 parent dc7e2a2 commit 1ecf7fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lyrebird_bugit/template_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def get_default_template():
template_path = Path(bugit_workspace + bugit_default_template)
if bugit_workspace and bugit_default_template and template_path.exists():
return template_path
return


def template_list():
Expand Down

0 comments on commit 1ecf7fd

Please sign in to comment.