forked from extern/django-helpdesk
Remove 'f-string', no place holders present
This commit is contained in:
parent
8d658b4c08
commit
280462c2fe
@ -60,7 +60,7 @@ def get_markdown(text):
|
||||
if not text:
|
||||
return ""
|
||||
|
||||
pattern = fr'([\[\s\S\]]*?)\(([\s\S]*?):([\s\S]*?)\)'
|
||||
pattern = r'([\[\s\S\]]*?)\(([\s\S]*?):([\s\S]*?)\)'
|
||||
# Regex check
|
||||
if re.match(pattern, text):
|
||||
# get get value of group regex
|
||||
|
Loading…
Reference in New Issue
Block a user