From 7d37793765ae05d3cd6c5c7bec8478a528028890 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 29 Oct 2024 12:54:12 -0700 Subject: [PATCH] style: fix linting issues by removing extra blank line --- tests/basic/test_commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/basic/test_commands.py b/tests/basic/test_commands.py index 97d3a4a2a..70536beef 100644 --- a/tests/basic/test_commands.py +++ b/tests/basic/test_commands.py @@ -694,7 +694,6 @@ class TestCommands(TestCase): # Clean up Path(session_file).unlink() - def test_cmd_save_and_load_with_external_file(self): with tempfile.NamedTemporaryFile(mode="w", delete=False) as external_file: external_file.write("External file content")