sanic/sanic
Adam Hopkins 26aa6d23c7
Fix imports and isort to remove from Makefile deprecated options (#1891)
* Version

* Version 20.6.1

* Fix imports and isort to remove from Makefile deprecated options

* duplicate the mypy ignore hint across both lines

after splitting the `from trio import ...` statement onto two lines, need to duplicate the mypy ignore hint across both lines to keep mypy from complaining

Co-authored-by: Ashley Sommer <ashleysommer@gmail.com>
2020-07-07 16:13:03 +03:00
..
__init__.py fix: #1631: linter fix and tox platform selector 2019-07-13 21:48:26 +05:30
__main__.py Socket binding implemented properly for IPv6 and UNIX sockets. (#1641) 2020-06-29 08:55:32 +03:00
__version__.py V2.6.3 changelog (#1886) 2020-06-29 15:16:06 +03:00
app.py Socket binding implemented properly for IPv6 and UNIX sockets. (#1641) 2020-06-29 08:55:32 +03:00
asgi.py Socket binding implemented properly for IPv6 and UNIX sockets. (#1641) 2020-06-29 08:55:32 +03:00
blueprint_group.py Add a type checking pipeline (#1682) 2019-09-22 13:55:36 -07:00
blueprints.py Add handler names for websockets for url_for usage (#1880) 2020-06-28 14:45:52 +03:00
compat.py Fix imports and isort to remove from Makefile deprecated options (#1891) 2020-07-07 16:13:03 +03:00
config.py Replaced str.format() method in core functionality (#1819) 2020-04-06 12:45:25 -07:00
constants.py run black against sanic module 2018-10-13 17:55:33 -07:00
cookies.py HTTP1 header formatting moved to headers.format_headers and rewritten. (#1669) 2019-12-23 17:30:45 -06:00
errorpages.py No tracebacks on normal errors and prettier error pages (#1768) 2020-01-20 08:58:14 -06:00
exceptions.py Do not set content-type and content-length headers in exceptions. (#1820) 2020-04-25 20:18:59 -07:00
handlers.py No tracebacks on normal errors and prettier error pages (#1768) 2020-01-20 08:58:14 -06:00
headers.py More robust response datatype handling (#1674) 2020-01-20 10:34:32 -06:00
helpers.py Update helpers.py (#1693) 2019-10-08 16:29:03 -07:00
log.py fix the logger and make it work (#1397) 2018-11-06 08:39:38 -06:00
reloader_helpers.py Fix reloader on OSX py38 and Windows (#1827) 2020-06-03 16:45:07 +03:00
request.py Socket binding implemented properly for IPv6 and UNIX sockets. (#1641) 2020-06-29 08:55:32 +03:00
response.py Fix imports and isort to remove from Makefile deprecated options (#1891) 2020-07-07 16:13:03 +03:00
router.py Replaced str.format() method in core functionality (#1819) 2020-04-06 12:45:25 -07:00
server.py Revert change to multiprocessing mode (#1884) 2020-06-29 13:51:55 +03:00
static.py Fix static _handler pickling error. 2020-05-07 11:58:36 +10:00
testing.py Import ASGIDispatch from top-level httpx (#1806) 2020-04-10 12:03:51 -07:00
views.py Replaced str.format() method in core functionality (#1819) 2020-04-06 12:45:25 -07:00
websocket.py fix-#1856: adjust websockets version to setup.py and make nightly (py39) tests pass (#1857) 2020-06-28 08:43:12 +03:00
worker.py Fix imports and isort to remove from Makefile deprecated options (#1891) 2020-07-07 16:13:03 +03:00