From 178d7446c98764c90f2b7e46cd93549192866349 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Tue, 23 Oct 2018 21:14:34 -0500 Subject: [PATCH] Split line --- readthedocs/config/tests/test_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readthedocs/config/tests/test_config.py b/readthedocs/config/tests/test_config.py index 18d5ad43d..5d6058222 100644 --- a/readthedocs/config/tests/test_config.py +++ b/readthedocs/config/tests/test_config.py @@ -791,8 +791,8 @@ def test_config_filenames_regex(correct_config_filename): class TestBuildConfigV2(object): - def get_build_config(self, config, env_config=None, - source_file='readthedocs.yml'): + def get_build_config( + self, config, env_config=None, source_file='readthedocs.yml'): return BuildConfigV2( env_config or {}, config,