Closed cstephen closed 2 weeks ago
This looks like a git automerge fail when from when we merged a branch that incorporated regex GET parameter validation with a branch that removed unnecessary module imports. Easy fix, though. Just add import re back!
import re
This looks like a git automerge fail when from when we merged a branch that incorporated regex GET parameter validation with a branch that removed unnecessary module imports. Easy fix, though. Just add
import re
back!