Skip to content

Commit

Permalink
Remove use of six.range
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed May 6, 2021
1 parent a03d7c3 commit 273d80d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions service-workers/service-worker/resources/trickle.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import time

from six import range

def main(request, response):
delay = float(request.GET.first(b"ms", 500)) / 1E3
count = int(request.GET.first(b"count", 50))
Expand Down

0 comments on commit 273d80d

Please sign in to comment.