PyInquirer
PyInquirer copied to clipboard
fix usage of prompt in the examples
For https://github.com/CITGuru/PyInquirer/issues/192
We donot need to use prompt.prompt after importing it from the base PyInquirer module, just using prompt does fine. This PR should fix the above examples