changeset 1896:f65ed3b2231b

stubs Ignore-this: 12c8e4fcdc35479961a397b1df105e90
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 30 May 2019 08:39:00 +0000
parents a609c419d7b6
children 5bf8fa92b981
files stubs/cyclone/web.pyi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: