agentops icon indicating copy to clipboard operation
agentops copied to clipboard

General nit, why are the docstrings mis-aligned with the triple quotes? I'm seeing:

Open HowieG opened this issue 9 months ago • 0 comments

          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

HowieG avatar Apr 26 '24 00:04 HowieG