Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed44362

Browse files
committed
Merge pull request #4797 from OceanWolf/pgf-cleanup
MNT: remove empty constuctor
2 parents 271a646 + 1b331a5 commit ed44362

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/backends/backend_pgf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -769,9 +769,6 @@ class FigureCanvasPgf(FigureCanvasBase):
769769
"pdf": "LaTeX compiled PGF picture",
770770
"png": "Portable Network Graphics", }
771771

772-
def __init__(self, *args):
773-
FigureCanvasBase.__init__(self, *args)
774-
775772
def get_default_filetype(self):
776773
return 'pdf'
777774

0 commit comments

Comments
 (0)