Split line

ghowardsit
Santos Gallegos 2018-10-23 21:14:34 -05:00
parent cc9eab147b
commit 178d7446c9
1 changed files with 2 additions and 2 deletions

View File

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