This PR updates the Python example code to include Location in the import from amadeus. The code was broken without this import.
It also removes the virtualenv package dependency in favor of the Python standard libraries venv module (introduced in Python version 3.3). No one really uses virtualenv anymore unless they have a project that requires multiple arbitrarily-installed Python interpreter versions.
This PR updates the Python example code to include
Location
in the import from amadeus. The code was broken without this import.It also removes the
virtualenv
package dependency in favor of the Python standard libraries venv module (introduced in Python version 3.3). No one really usesvirtualenv
anymore unless they have a project that requires multiple arbitrarily-installed Python interpreter versions.