Skip to content

Commit

Permalink
Fixed comments that do not reflect the PostGenerationContext changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoliny0919 committed Dec 15, 2024
1 parent 4209372 commit 043ebbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory/declarations.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ def call(self, instance, step, context): # pragma: no cover
Args:
instance (object): the newly generated object
step (bool): whether the object was 'built' or 'created'
context: a builder.PostGenerationContext containing values
context: a declarations.PostGenerationContext containing values
extracted from the containing factory's declaration
"""
raise NotImplementedError()
Expand Down

0 comments on commit 043ebbb

Please sign in to comment.