Skip to content

Commit 03a4561

Browse files
committed
#133 Remove redundant encoding parameter in Excel writer
1 parent fd2eed5 commit 03a4561

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tksbrokerapi/TKSBrokerAPI.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4806,7 +4806,6 @@ def ExtendBondsData(self, instruments: list[str], xlsx: bool = False) -> pd.Data
48064806
writer,
48074807
sheet_name="Extended bonds data",
48084808
index=True,
4809-
encoding="UTF-8",
48104809
freeze_panes=(1, 1),
48114810
) # saving as XLSX-file with freeze first row and column as headers
48124811

0 commit comments

Comments
 (0)