Skip to content

Commit

Permalink
Update strawberry/cli/commands/codegen.py
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Arminio <[email protected]>
  • Loading branch information
mgilson and patrick91 authored Aug 24, 2023
1 parent d45dc52 commit 41f6355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strawberry/cli/commands/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def codegen(
with contextlib.suppress(AttributeError):
# This method was not part of the original implementation of the ConsolePlugin
# and the ConsolePlugin is overridable on the CLI. It isn't guaranteed that
# custom ConsolePlugin implementations inherit from ``ConsolePlugin``, so if
# custom ConsolePlugin implementations inherit from `ConsolePlugin`, so if
# the implementor does not have this method, we will just keep going.
console_plugin.before_any_start()

Expand Down

0 comments on commit 41f6355

Please sign in to comment.