Skip to content

from typing import Type  #6

@antvig

Description

@antvig

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...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions