# HG changeset patch # User Drew Perttula # Date 1559205472 0 # Node ID ec692ede704d20c3cfb7734f2454a6370ba9859a # Parent dbf47ed931d972dbeff206ed766346e06ab8fb44 stubs Ignore-this: cbd364cba97eb6ae84eaba0a6778e25d diff -r dbf47ed931d9 -r ec692ede704d stubs/cyclone/web.pyi --- a/stubs/cyclone/web.pyi Thu May 30 08:37:14 2019 +0000 +++ b/stubs/cyclone/web.pyi Thu May 30 08:37:52 2019 +0000 @@ -3,7 +3,7 @@ # NOTE: This dynamically typed stub was automatically generated by stubgen. from twisted.internet import protocol -from typing import Any, Optional +from typing import Any, List, Optional from .httpserver import HTTPRequest class RequestHandler: