Skip to content

Commit e9e8832

Browse files
committed
Don't silently drop pil_kwargs for non-Pillow-based formats.
1 parent 3e9d2d7 commit e9e8832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mplcairo/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def tostring_rgba_minimized(self): # Needed for MixedModeRenderer.
173173
def _check_print_extra_kwargs(*,
174174
# These arguments are already taken care of by print_figure().
175175
dpi=72, facecolor=None, edgecolor=None, orientation="portrait",
176-
dryrun=False, bbox_inches_restore=None, pil_kwargs=None):
176+
dryrun=False, bbox_inches_restore=None):
177177
pass
178178

179179

0 commit comments

Comments
 (0)