new black

This commit is contained in:
Will McGugan 2020-08-28 12:56:18 +01:00
parent 96ea5feddf
commit 60e813379b
40 changed files with 285 additions and 228 deletions

View file

@ -76,7 +76,7 @@ re_link_ids = re.compile(r"id=[\d\.\-]*?;.*?\x1b")
def replace_link_ids(render: str) -> str:
"""Link IDs have a random ID and system path which is a problem for
reproducible tests.
"""
return re_link_ids.sub("id=0;foo\x1b", render)