changeset 60:ec692ede704d

stubs Ignore-this: cbd364cba97eb6ae84eaba0a6778e25d
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 30 May 2019 08:37:52 +0000
parents dbf47ed931d9
children 9b46968b8881
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: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: