Skip to content

Commit

Permalink
Improve code formatting in file.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Aug 7, 2024
1 parent 5d6ac5e commit b96a500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/multicsv/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def __contains__(self, key: object) -> bool:
for item in self._sections:
if item.name == key:
return True

return False

def close(self) -> None:
Expand Down

0 comments on commit b96a500

Please sign in to comment.