Skip to content

Commit 7444388

Browse files
committed
Fixed a pyflakes issue
- Legacy-Id: 17728
1 parent f53f667 commit 7444388

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/meeting/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2735,7 +2735,6 @@ def upcoming_ical(request):
27352735

27362736
def upcoming_json(request):
27372737
'''Return Upcoming meetings in json format'''
2738-
filters = request.GET.getlist('filters')
27392738
today = datetime.date.today()
27402739

27412740
# get meetings starting 7 days ago -- we'll filter out sessions in the past further down

0 commit comments

Comments
 (0)