Skip to content

Commit 01b3e73

Browse files
committed
fix formatting
1 parent f6fbd53 commit 01b3e73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

textile/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def parse(self, text, rel=None, sanitize=False):
242242
else:
243243
self.blocktag_allowlist = set(['bq', 'p', 'br', 'bc', 'notextile',
244244
'pre', 'h[1-6]',
245-
f'fn{regex_snippets['digit']}+', '###'])
245+
f"fn{regex_snippets['digit']}+", '###'])
246246
text = self.block(text)
247247
text = self.placeNoteLists(text)
248248
else:

0 commit comments

Comments
 (0)