style: fix linting issues by removing extra blank line

This commit is contained in:
Paul Gauthier (aider) 2024-10-29 12:54:12 -07:00
parent 9e9c162a16
commit 7d37793765

View file

@ -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")