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
In rctab/routers/accounting/usage.py, we want to remove the decorator for the get_usage function, and leave it as a standard function as it's only used in test. This will prevent any accidental call to the function.