Skip to content

Commit

Permalink
fix(): Update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
potzenheimer committed Sep 21, 2022
1 parent 34404dd commit 112029b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hph.lectures/hph/lectures/vocabulary.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def __call__(self, context):
in six.iteritems(TYPES)])


CourseDurationVocabulary = CourseDurationVocabularyFactory
CourseDurationVocabulary = CourseDurationVocabularyFactory()


@implementer(IVocabularyFactory)
Expand Down

0 comments on commit 112029b

Please sign in to comment.