`flask_login.request` is the exact same thing as `flask.request`, so importing it from `flask_login` makes no sense. Also, it's been removed from the new Flask-Login.
`flask_login.request` is the exact same thing as `flask.request`, so importing it from `flask_login` makes no sense. Also, it's been removed from the new Flask-Login.