Skip to content

Commit

Permalink
Remove Result value
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j committed Feb 14, 2024
1 parent 2f3c7b4 commit 848580a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class OptionTranslationOptions(TranslationOptions):


class ResultTranslationOptions(TranslationOptions):
fields = ("topic", "value", "description")
fields = ("topic", "description")


translator.register(Result, ResultTranslationOptions)

0 comments on commit 848580a

Please sign in to comment.