Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
malthe committed Jan 16, 2024
1 parent 6b9f0c3 commit 1bce8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chameleon/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class BaseTemplate:
else:
loader = MemoryLoader()

output_stream_factory: type[list[str]]
output_stream_factory: type[list]
if DEBUG_MODE:
output_stream_factory = DebuggingOutputStream
else:
Expand Down

0 comments on commit 1bce8cf

Please sign in to comment.