MartinThoma / openpyxl-stubs

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

Allow MergedCell for arguments 1 of adjust_cell #5

Open MartinThoma opened 3 years ago

MartinThoma commented 3 years ago

Argument 1 to "adjust_cell" has incompatible type "Union[MergedCell, Any, Cell]"; expected "Cell"