agentops
agentops copied to clipboard
General nit, why are the docstrings mis-aligned with the triple quotes? I'm seeing:
General nit, why are the docstrings mis-aligned with the triple quotes? I'm seeing:
def foo():
"""
stuff stuff stuff
"""
vs.
def foo():
"""
stuff stuff stuff
"""
Originally posted by @areibman in https://github.com/AgentOps-AI/agentops/pull/163#discussion_r1579507555