diff --git a/PythonAPI/carla/source/carla/libcarla.pyi b/PythonAPI/carla/source/carla/libcarla.pyi index 5d432abc7..33ceabd61 100644 --- a/PythonAPI/carla/source/carla/libcarla.pyi +++ b/PythonAPI/carla/source/carla/libcarla.pyi @@ -1136,7 +1136,7 @@ class DVSEventArray(): # region Dunder Methods def __getitem__(self, pos: int): ... - def __iter__(self): + def __iter__(self) -> Iterator[DVSEvent]: """Iterate over the `carla.DVSEvent` retrieved as data.""" def __len__(self): ...