Skip to content

Commit a75ac16

Browse files
committed
Fix GenValueGenerator
1 parent 59e843b commit a75ac16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlgen/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,4 +397,4 @@ def generate(self):
397397

398398

399399
GenValue = Union[str, bytes, Generator]
400-
GenValueGenerator = GeneratorType[HTMLType, None, None]
400+
GenValueGenerator = GeneratorType[GenValue, None, None]

0 commit comments

Comments
 (0)