From d2cf00823dfd6510e79f161b47640cbf7039d11b Mon Sep 17 00:00:00 2001 From: Eva Killenberg Date: Sun, 10 Feb 2019 12:58:10 -0500 Subject: [PATCH] remove flask --- penn/wharton.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/penn/wharton.py b/penn/wharton.py index e5a6f66..f436e29 100644 --- a/penn/wharton.py +++ b/penn/wharton.py @@ -2,8 +2,6 @@ from bs4 import BeautifulSoup from .base import APIError -from flask import jsonify, request - BASE_URL = "https://apps.wharton.upenn.edu/gsr" @@ -83,7 +81,7 @@ def delete_booking(self, sessionid, booking_id): return "success" - def get_wharton_gsrs(self, sessionid): + def get_wharton_gsrs(self, sessionid, request): time = request.args.get('date') if time: time += " 05:00"