MartinThoma / openpyxl-stubs

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

PatternFill: Allow "None" for bgColor / fgColor #4

Open MartinThoma opened 3 years ago

MartinThoma commented 3 years ago

Argument "bgColor" to "PatternFill" has incompatible type "Optional[str]"; expected "Union[str, Color]"