mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
style: Break long comment into two lines for flake8 compliance
This commit is contained in:
parent
1e8fc97ba4
commit
77e180171c
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ class TestModels(unittest.TestCase):
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
# 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")
|
tmp = tempfile.mktemp(suffix=".yml")
|
||||||
try:
|
try:
|
||||||
with open(tmp, "w") as f:
|
with open(tmp, "w") as f:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue