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
sort_by_priority() in src/tasklite.py is a stub. Implement it so high-priority tasks come first, then normal, then low, and call it from list_tasks() when a --sort flag is passed.
sort_by_priority() in src/tasklite.py is a stub. Implement it so high-priority tasks come first, then normal, then low, and call it from list_tasks() when a --sort flag is passed.