Skip to content

Commit 25316fe

Browse files
committed
ruff formatting
1 parent c4b60fd commit 25316fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nrcan_etl_toolbox/etl_toolbox/reader/source_readers/excel_reader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def __del__(self):
2525
if self._original_file is not None:
2626
self._original_file.close()
2727
del self._dataframe
28+
2829
@property
2930
def list_sheet_names(self):
3031
return list(self._original_file.sheet_names)

0 commit comments

Comments
 (0)