Skip to content

from typing import Type  #6

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions