Skip to content

Commit

Permalink
Fix GenValueGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Aug 21, 2018
1 parent 59e843b commit a75ac16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htmlgen/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,4 +397,4 @@ def generate(self):


GenValue = Union[str, bytes, Generator]
GenValueGenerator = GeneratorType[HTMLType, None, None]
GenValueGenerator = GeneratorType[GenValue, None, None]

0 comments on commit a75ac16

Please sign in to comment.