Skip to content

Commit 02924d8

Browse files
committed
fixed renaming of SheetReport as ReportSheet
1 parent d699004 commit 02924d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

larray/inout/xw_reporting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ def to_excel(self, filepath, data_sheet_name='__data__', overwrite=True):
751751
# reset
752752
self.sheets.clear()
753753
else:
754-
class SheetReport(AbstractReportSheet):
754+
class ReportSheet(AbstractReportSheet):
755755
def __init__(self):
756756
raise Exception("SheetReport class cannot be instantiated because xlwings is not installed")
757757

0 commit comments

Comments
 (0)