Skip to content

TypeError: 'type' object is not subscriptable #29

Description

@Iceazy

I just installed yadisk via pip install yadisk. And it raises error when I run import yadisk

`

import yadisk
Traceback (most recent call last):
File "", line 1, in
File "/home/timofei/.local/lib/python3.8/site-packages/yadisk/init.py", line 4, in
from .yadisk import YaDisk
File "/home/timofei/.local/lib/python3.8/site-packages/yadisk/yadisk.py", line 118, in
def _filter_kwargs_for_requests(kwargs: dict[str, Any]) -> None:
TypeError: 'type' object is not subscriptable

`

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

    Labels

    bugSuspected or confirmed buglanguage-englishIssue in English

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions