Skip to content

Commit 2343e7e

Browse files
fix(webui): fix lint problems
1 parent c4d475c commit 2343e7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webui/cache_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ def setup_workspace(folder):
1515
def cleanup_workspace(folder):
1616
if os.path.exists(folder):
1717
shutil.rmtree(folder)
18-
return True

0 commit comments

Comments
 (0)