MartinThoma / openpyxl-stubs

Type stubs for openpyxl
MIT License
9 stars 9 forks source link

BUG: Worksheet.iter_cols argument types #18

Closed 243f6a8885a308d313198a2e037 closed 2 years ago

243f6a8885a308d313198a2e037 commented 2 years ago

cf. https://openpyxl.readthedocs.io/en/latest/api/openpyxl.worksheet.worksheet.html?highlight=iter_cols#openpyxl.worksheet.worksheet.Worksheet.iter_cols

MartinThoma commented 2 years ago

Thank you for the fix :heart:

MartinThoma commented 2 years ago

I've just released a new version on PyPI that contains your fix