Skip to content

Commit

Permalink
Remove unused continue statement
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Dec 26, 2022
1 parent af9d7d4 commit 038dac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/intentfest/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,4 +374,3 @@ def validate_language(intent_schemas, language, errors):
errors[language].append(
f"{path}: references incorrect intent {intent_name}. Only {intent} allowed"
)
continue

0 comments on commit 038dac2

Please sign in to comment.