Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcave committed Jul 28, 2023
1 parent 0f41369 commit d90b207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/shelve.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def sync(self):
if hasattr(self.dict, 'sync'):
self.dict.sync()


class BsdDbShelf(Shelf):
"""Shelf implementation using the "BSD" db interface.
Expand Down

0 comments on commit d90b207

Please sign in to comment.