Skip to content

TypeError: 'function' object is not iterable #48

@a-dubrovin

Description

@a-dubrovin

/imagefit/views.py, line 49, in resize

It may fix by change
line 6
from inspect import Signature -> from inspect import signature
and line 49
sig = Signature(was_modified_since) -> sig = signature(was_modified_since)
in /imagefit/views.py file

https://docs.python.org/3/library/inspect.html#introspecting-callables-with-the-signature-object

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions