# HG changeset patch # User Drew Perttula # Date 1559205540 0 # Node ID f65ed3b2231b50747f7ef95e72c6b94b00e5b170 # Parent a609c419d7b67cf9231198d0322c7642a7fbb4d7 stubs Ignore-this: 12c8e4fcdc35479961a397b1df105e90 diff -r a609c419d7b6 -r f65ed3b2231b stubs/cyclone/web.pyi --- a/stubs/cyclone/web.pyi Thu May 30 08:31:58 2019 +0000 +++ b/stubs/cyclone/web.pyi Thu May 30 08:39:00 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: