From 340528c1bffe1a9942133b4fb2617e1113c13f09 Mon Sep 17 00:00:00 2001 From: Eduardo Schettino Date: Tue, 8 Feb 2022 11:34:51 +0800 Subject: [PATCH] fix: lint. --- testing/test_terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_terminal.py b/testing/test_terminal.py index 0bba2378c..f0e58e5b4 100644 --- a/testing/test_terminal.py +++ b/testing/test_terminal.py @@ -784,7 +784,7 @@ class TestTerminalFunctional: assert result.ret == 0 def test_selected_count_with_error(self, pytester: Pytester) -> None: - testpath = pytester.makepyfile( + pytester.makepyfile( test_selected_count_3=""" def test_one(): pass