def get_user_by_email(self, email):
        """ Takes and email and checks the DB for the user,"""

        return User.get_by_email(dbs, email)
    def get_user_by_email(self, email):
        ''' Takes and email and checks the DB for the user,'''

        return User.get_by_email(dbs, email)