Mercurial > p > roundup > code
diff roundup/rest.py @ 5745:dd709ea29899
Remove uneeded pass left from testing.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 29 May 2019 22:37:39 -0400 |
| parents | d4de45cde106 |
| children | 7ba0ee980fc7 |
line wrap: on
line diff
--- a/roundup/rest.py Wed May 29 22:18:46 2019 -0400 +++ b/roundup/rest.py Wed May 29 22:37:39 2019 -0400 @@ -245,7 +245,6 @@ # Not sure what to do here. Can't find spec # about how to handle q > 1.0. Since invalid # I choose to make it lowest in priority. - pass q = 0.0001 else: media_params.append((key, value))
