mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
new black
This commit is contained in:
parent
96ea5feddf
commit
60e813379b
40 changed files with 285 additions and 228 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue