We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e843b commit a75ac16Copy full SHA for a75ac16
htmlgen/generator.py
@@ -397,4 +397,4 @@ def generate(self):
397
398
399
GenValue = Union[str, bytes, Generator]
400
-GenValueGenerator = GeneratorType[HTMLType, None, None]
+GenValueGenerator = GeneratorType[GenValue, None, None]
0 commit comments