Skip to content

Commit

Permalink
STY: Black
Browse files Browse the repository at this point in the history
  • Loading branch information
rcjackson committed Aug 28, 2024
1 parent a68e3f9 commit 36fd895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xradar/io/backends/metek.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def open(self, filename_or_obj):
def close(self):
if self._fp is not None:
self._fp.close()

__del__ = close

@property
Expand Down

0 comments on commit 36fd895

Please sign in to comment.