From a1194e89d51e454b9223cc3bc2e8f421ab290cd5 Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Wed, 2 Jun 2021 13:17:08 -0400 Subject: [PATCH] Remove unused sys.path --- python/examples/matplotlib_plot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/examples/matplotlib_plot.py b/python/examples/matplotlib_plot.py index b8bdc287d6..b85d40c4c4 100755 --- a/python/examples/matplotlib_plot.py +++ b/python/examples/matplotlib_plot.py @@ -12,7 +12,6 @@ from __future__ import print_function import sys -sys.path.append("./pizza") import matplotlib.pyplot as plt # parse command line