style: Fix linting issues in test_main.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-05 15:15:15 -08:00
parent 183f831a7e
commit f879f4f432

View file

@ -749,9 +749,7 @@ class TestMain(TestCase):
# Create an includable config file with user settings # Create an includable config file with user settings
include_config = git_dir / "included.gitconfig" include_config = git_dir / "included.gitconfig"
include_config.write_text( include_config.write_text(
"[user]\n" "[user]\n name = Included User\n email = included@example.com\n"
" name = Included User\n"
" email = included@example.com\n"
) )
# Set up main git config to include the other file # Set up main git config to include the other file