From df2e361b899d445fe71d4a9188c546f593251cea Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Sun, 11 Mar 2018 18:33:25 -0400 Subject: [PATCH] LINT: fixing --- pandas/plotting/_core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/plotting/_core.py b/pandas/plotting/_core.py index a791822042fbe..c22741479a837 100644 --- a/pandas/plotting/_core.py +++ b/pandas/plotting/_core.py @@ -1424,6 +1424,7 @@ def orientation(self): %(examples)s """ + class KdePlot(HistPlot): _kind = 'kde' orientation = 'vertical'