CITGuru / PyInquirer

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

fix usage of prompt in the examples #193

Open aki21j opened 1 year ago

aki21j commented 1 year ago

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