facebookresearch / mmf

A modular framework for vision & language multimodal research from Facebook AI Research (FAIR)
https://mmf.sh/
Other
5.46k stars 932 forks source link

[refactor] Import ABC from collections.abc for Python 3.10 compatibility #1214

Open tirkarthi opened 2 years ago

tirkarthi commented 2 years ago

Import ABC from collections.abc for Python 3.10 compatibility . This makes the code consistent with other places that use collections.abc.