From 0e4495fe7cd627fb6c4c0a4cfe286dcf033b1558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 2 Jun 2020 18:24:02 -0500 Subject: [PATCH] runtests.py: pep8 --- test/runtests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/runtests.py b/test/runtests.py index 83c75f3..acef866 100644 --- a/test/runtests.py +++ b/test/runtests.py @@ -1,7 +1,8 @@ try: import lvc except ImportError: - import os.path, sys + import os.path + import sys lvc_path = os.path.join(os.path.dirname(__file__), '..') sys.path.append(lvc_path) -- 2.38.5