Skip to content

Commit

Permalink
try to fix typing again
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristyKoh committed Apr 12, 2023
1 parent 3486ded commit 8a5fb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elk/extraction/prompt_loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __post_init__(self):
self.max_examples *= 2

# Combining prompts
combined_prompter: "DatasetTemplates" = None
combined_prompter = None
if self.combined_template_path:
print(
"Copying templates across datasets to combined_templates/ "
Expand Down

0 comments on commit 8a5fb0d

Please sign in to comment.