mirror of
https://github.com/sprockets/sprockets.mixins.http.git
synced 2024-11-14 19:29:31 +00:00
Remove unused constant.
Remove the unused DEFAULT_MAX_CLIENTS constant.
This commit is contained in:
parent
196dfd09d5
commit
fe57ad9eb1
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ LOGGER = logging.getLogger(__name__)
|
|||
CONTENT_TYPE_JSON = headers.parse_content_type('application/json')
|
||||
CONTENT_TYPE_MSGPACK = headers.parse_content_type('application/msgpack')
|
||||
DEFAULT_USER_AGENT = 'sprockets.mixins.http/{}'.format(__version__)
|
||||
DEFAULT_MAX_CLIENTS = 10
|
||||
|
||||
|
||||
HTTPResponse = collections.namedtuple(
|
||||
|
|
Loading…
Reference in a new issue