Skip to content

Commit

Permalink
black - remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ahartikainen authored Dec 31, 2018
1 parent fa03ca9 commit 30de467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arviz/plots/forestplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ def plot_forest(

class PlotHandler:
"""Class to handle logic from ForestPlot."""

# pylint: disable=inconsistent-return-statements

def __init__(self, data, var_names, model_names, combined, colors):
if not isinstance(data, (list, tuple)):
data = [data]
Expand Down

0 comments on commit 30de467

Please sign in to comment.