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: