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
While working on the API documentation, I noticed that decorators.py contains two functions categorize() and set_parser_prog(). Shouldn't these functions be in utils.py instead? Is there a good reason why they are in decorators.py?