Skip to content

Commit e21ca51

Browse files
committed
Need import re
1 parent 8e02df3 commit e21ca51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dependabot-pr-cleaner.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
shell: python
6868
run: |
6969
import html2text
70+
import re
7071
7172
with open("body.txt", "r", encoding="utf-8") as f:
7273
content = f.read()

0 commit comments

Comments
 (0)