Skip to content

Commit 9076fdc

Browse files
committed
Remove uneeded pass left from testing.
1 parent 3586518 commit 9076fdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roundup/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ def parse_accept_header(accept):
245245
# Not sure what to do here. Can't find spec
246246
# about how to handle q > 1.0. Since invalid
247247
# I choose to make it lowest in priority.
248-
pass
249248
q = 0.0001
250249
else:
251250
media_params.append((key, value))

0 commit comments

Comments
 (0)