Skip to content

Action server does not seem to be linting actions with parameters properly #86

@fabioz

Description

@fabioz

What is wrong

When starting the action server with an action with the contents below the linting doesn't really happen as it should.

from sema4ai.actions import action

@action(is_consequential=True)
def add_row(
    sheet_name: str
) -> str:
    return 'ok'

System info

Windows, Action Server 0.16.1

Example script

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions