CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 235 forks source link

Typo in 'input.py' #188

Closed jeffwright13 closed 7 months ago

jeffwright13 commented 1 year ago

Should be import re instead of import regex

ehtec commented 7 months ago

I don't believe this is a typo. See https://pypi.org/project/regex/ (regex is like re but with additional features). Probably both could be used, maybe developers had a specific reason to use regex instead of re. Unless an error occurs, I recommend to close this issue.

jeffwright13 commented 7 months ago

Wow, blast from the past. Fair enough, I'll close it.