Last analyzed 56ed038 4 months ago
Default analysis branch is
Currently analyzing run
Unused variable found PYL-W0612
Anti-pattern
4 months ago4 months old
Unused variable 'i'
562
563        parsed = []
564
565        for i, card in enumerate(cards):566            parse_res = QuizletAPIClient.parse_card(card)
567            if parse_res:
568                parsed.append(parse_res)