Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Крестников Константин Николаевич authored and Крестников Константин Николаевич committed Dec 4, 2023
1 parent 36a8ec6 commit 488ee63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langserve/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async def startup_event():
| | |_ | | | | | |_ | / /_\ \ \ \ | __| | / \ / | __|
| |__| | | | | |__| | / _____ \ .----) | | |____ | |\ \----. \ / | |____
\______| |__| \______| /__/ \__\ |_______/ |_______|| _| `._____| \__/ |_______|
""" # ruff: noqa: E501
""" # noqa: E501

def green(text: str) -> str:
"""Return the given text in green."""
Expand Down

0 comments on commit 488ee63

Please sign in to comment.