Skip to content

Commit

Permalink
Remove unused module call
Browse files Browse the repository at this point in the history
  • Loading branch information
ziransun authored and jdm committed Jun 18, 2020
1 parent 1433b4e commit 4c57283
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eventsource/resources/cors-cookie.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from datetime import datetime

from wptserve.utils import isomorphic_decode

def main(request, response):
last_event_id = request.headers.get(b"Last-Event-Id", b"")
ident = request.GET.first(b'ident', b"test")
Expand Down

0 comments on commit 4c57283

Please sign in to comment.