diff stubs/cycloneerr/__init__.pyi @ 1882:5c1b662c0263

stub updates Ignore-this: 1c3a7199c6f2b6e85fd40c2d6bd2613c
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 28 May 2019 06:42:27 +0000
parents 0f0ff27e55a3
children
line wrap: on
line diff
--- a/stubs/cycloneerr/__init__.pyi	Mon May 27 12:44:18 2019 +0000
+++ b/stubs/cycloneerr/__init__.pyi	Tue May 28 06:42:27 2019 +0000
@@ -2,4 +2,9 @@
 #
 # NOTE: This dynamically typed stub was automatically generated by stubgen.
 
-from .cycloneerr import PrettyErrorHandler
+
+
+from typing import Any
+
+class PrettyErrorHandler:
+    def get_error_html(self, status_code: Any, **kwargs: Any): ...