I get this error when I run the code.How can I fix?
class Solution: def uniqueOccurrences(self, arr: List[int]) -> bool: d, counts = {}, {} for n
Import it:
from typing import List