Skip to content

Commit

Permalink
Update blob.py
Browse files Browse the repository at this point in the history
blank space removed from empty line.
  • Loading branch information
BandungBB authored Aug 21, 2023
1 parent a17af3c commit 8ae4188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZODB/blob.py
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ def remove_committed_dir(path):
else:
remove_committed = os.remove
remove_committed_dir = shutil.rmtree

try:
link_or_copy = os.link
except AttributeError: # pragma: no cover
Expand Down

0 comments on commit 8ae4188

Please sign in to comment.