This commit is contained in:
Jakub Roztocil 2016-03-01 23:13:45 +08:00
parent d30e28c2c7
commit 5e87a2d7e5

View File

@ -126,7 +126,6 @@ def http(*args, **kwargs):
>>> r.json == {'authenticated': True, 'user': 'user'}
True
"""
error_exit_ok = kwargs.pop('error_exit_ok', False)
env = kwargs.get('env')