MartinThoma / openpyxl-stubs

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

Allow MergedCell for argument 2 of fill_label_cell #6

Open MartinThoma opened 3 years ago

MartinThoma commented 3 years ago

Argument 2 to "fill_label_cell" has incompatible type "Union[MergedCell, Any, Cell]"; expected "Cell"