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
What is wrong
When starting the action server with an action with the contents below the linting doesn't really happen as it should.
System info
Windows, Action Server 0.16.1
Example script
No response