From 77e180171c5539cbad713d6d986410825362320f Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 19 Nov 2024 14:48:22 -0800 Subject: [PATCH] style: Break long comment into two lines for flake8 compliance --- tests/basic/test_models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/basic/test_models.py b/tests/basic/test_models.py index 04c9b183a..b4bebc3e1 100644 --- a/tests/basic/test_models.py +++ b/tests/basic/test_models.py @@ -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") try: with open(tmp, "w") as f: