Skip to content

Commit

Permalink
Fix DeprecationWarning for cgi package (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank authored Oct 12, 2023
1 parent 2a3690d commit b6363bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/python/md-split.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import io
import argparse

import re, cgi
import re
TAG_REGEX = re.compile(r'(<!--.*?-->|<[^>]*>)')
NAMED_A_TAG_REGEX = re.compile(r'.*name ?= ?"([^"]*)"')

Expand Down

0 comments on commit b6363bb

Please sign in to comment.