Skip to content

Commit 71a8cf0

Browse files
Optimize combine.py by removing unused regex (#155)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 719f366 commit 71a8cf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

RaspberryPi/Scripts/combine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from pathlib import Path
44

55
WORD_PATTERN = re.compile(r"[a-zA-Z0-9]+")
6-
VALID_WORD_PATTERN = re.compile(r"^[a-zA-Z0-9_.,!?@#$%^&*()-=+ ]+$")
76

87

98
def detect_encoding(data: bytes) -> str:

0 commit comments

Comments
 (0)