Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tianjing-li committed Aug 22, 2024
1 parent 292e122 commit 554b2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/cli/setters.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ def delete_config_folders():
os.rmdir(CONFIG_FILE_PATH)

if os.path.isdir(SECRETS_FILE_PATH):
os.rmdir(SECRETS_FILE_PATH)
os.rmdir(SECRETS_FILE_PATH)

0 comments on commit 554b2d3

Please sign in to comment.