How to Solve NameError: name 'Collection' is not defined -- typing

Erorr: name 'Collection' is not defined

NameError: name 'Collection' is not defined

Solution: name 'Collection' is not defined

# Add the following line to the top of your code
from typing import Collection

 

For more information:
Python Collection