style: fix linting issues in test_commands.py

This commit is contained in:
Paul Gauthier (aider) 2024-10-29 12:53:27 -07:00
parent 425bd8932b
commit 8d6db81a40

View file

@ -694,6 +694,7 @@ 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")