Grégoire Lafay
Results
1
comments of
Grégoire Lafay
There is a typing issue related to `self.file` being implicitly defined as `None` in the `__init__`. We should initialize it there with `self.file: dict[str, Any] | None = None`