mikeizbicki / cmc-csci046

CMC's Data Structures and Algorithms Course Materials
52 stars 152 forks source link

linter not allowing the first param to not be self but it's my helper #503

Open giffiecode opened 1 year ago

giffiecode commented 1 year ago
Screen Shot 2023-03-23 at 11 13 43 PM

My tests all passed on terminal. However, it's asking me to change some helper functions' first param to self (from node), which if change will completely mess up my code