Skip to content

Commit 9523f68

Browse files
committed
black
1 parent 24213e4 commit 9523f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergin/client_pull.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,4 +865,4 @@ def download_files_finalize(job):
865865

866866
# Remove temporary download directory
867867
if job.directory is not None and os.path.exists(job.directory):
868-
shutil.rmtree(job.directory)
868+
shutil.rmtree(job.directory)

0 commit comments

Comments
 (0)