You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* git rm -r mapillary_tools/video_data_extraction/
* upgrade types with prompt:
Update types with the following rules:
1. Relace T.Optional with | and T.List with list, and so on
2. Keep compatible with Python>=3.8
3. Do no use `from typing import ?`. Instead, always use `import typing as T`
* fix ruff check
* fix tests for 3.8
* integration tests for python3.8
0 commit comments