You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe how we could make it clearer
The example provided imports the ValidationError, but that error is unused in the example. The ValidationError is only used in the parse function example.
If you have a proposed update, please share it here
Remove the unused ValidationError from the import statement in the event_parser decorator example