From 4bf03e922fb698f62de0c77de33d904b5054988f Mon Sep 17 00:00:00 2001 From: ponty Date: Sat, 2 May 2020 21:04:45 +0200 Subject: [PATCH] format code --- tests/test_fast/test_proc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_fast/test_proc.py b/tests/test_fast/test_proc.py index 3d748f3..6a04a12 100644 --- a/tests/test_fast/test_proc.py +++ b/tests/test_fast/test_proc.py @@ -5,7 +5,7 @@ import pytest -from easyprocess import EasyProcess, EasyProcessError +from easyprocess import EasyProcess python = sys.executable