Running black on updated file

This commit is contained in:
Floyd Hightower 2021-04-27 05:41:00 -05:00
parent 6b5ad4e833
commit 6f66b330e6

View File

@ -297,5 +297,5 @@ def test_pycharm_docs_removed(cookies, context, use_pycharm, pycharm_docs_exist)
result = cookies.bake(extra_context=context)
with open(f"{result.project}/docs/index.rst", "r") as f:
has_pycharm_docs = 'pycharm/configuration' in f.read()
has_pycharm_docs = "pycharm/configuration" in f.read()
assert has_pycharm_docs == pycharm_docs_exist