Skip to content

Commit

Permalink
style: Break long comment into two lines for flake8 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Nov 19, 2024
1 parent 1e8fc97 commit 77e1801
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/basic/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ def test_aider_extra_model_settings(self):
},
]

# Write to a regular file instead of NamedTemporaryFile for better cross-platform compatibility
# Write to a regular file instead of NamedTemporaryFile
# for better cross-platform compatibility
tmp = tempfile.mktemp(suffix=".yml")
try:
with open(tmp, "w") as f:
Expand Down

0 comments on commit 77e1801

Please sign in to comment.