mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 21:04:59 +00:00
style: fix linting issues by removing extra blank line
This commit is contained in:
parent
9e9c162a16
commit
7d37793765
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue