From 0d25b5d6957d76bab486e2279c99e130c19d5c31 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 23 Dec 2019 07:32:18 +0300 Subject: pylint/pep8 fixes --- algorithms/plotter.py | 1 + 1 file changed, 1 insertion(+) (limited to 'algorithms/plotter.py') diff --git a/algorithms/plotter.py b/algorithms/plotter.py index 8086850..47d2929 100644 --- a/algorithms/plotter.py +++ b/algorithms/plotter.py @@ -5,6 +5,7 @@ import matplotlib.pyplot as plt + class PlotBuilder: @staticmethod def set_xlabel(s): -- cgit v1.2.3