I\'m using pylance on VScode for type checking my Python code. It is having trouble with the frozen argument of dataclasses:
from dataclasses import dataclass @d