style: Break long comment into two lines for flake8 compliance

This commit is contained in:
Paul Gauthier (aider) 2024-11-19 14:48:22 -08:00
parent 1e8fc97ba4
commit 77e180171c

View file

@ -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: