Skip to content

Commit d2ff438

Browse files
committed
black formatting
1 parent 991734f commit d2ff438

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readthedocs/rtd_tests/tests/test_doc_builder.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,9 @@ def test_project_without_mkdocs_yaml(
163163
version=self.version,
164164
build_env=self.build_env,
165165
config=get_build_config(
166-
{"mkdocs": {"configuration": "mkdocs.yml"}},
167-
))
166+
{"mkdocs": {"configuration": "mkdocs.yml"}},
167+
),
168+
)
168169
base_mkdocs = BaseMkdocs(
169170
build_env=self.build_env,
170171
python_env=python_env,

0 commit comments

Comments
 (0)