-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Hi,
When importing parsyfiles, I get the following error :
from typing import Type, Dict, Any, Set, Tuple, List
ImportError: cannot import name 'Type'
Python is picking up the standard library version of typing (which does not define 'Type') instead of the version of typing I installed through pip...