mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix gunicorn.http.__all__.
All parameters should be a str type.
This commit is contained in:
parent
e79900b465
commit
f22267a1be
@ -6,4 +6,4 @@
|
||||
from gunicorn.http.message import Message, Request
|
||||
from gunicorn.http.parser import RequestParser
|
||||
|
||||
__all__ = [Message, Request, RequestParser]
|
||||
__all__ = ['Message', 'Request', 'RequestParser']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user