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 3cc7ad6 commit 36a8ec6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions langserve/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
def _setup_global_app_handlers(app: Union[FastAPI, APIRouter]) -> None:
@app.on_event("startup")
async def startup_event():
# ruff: noqa: E501
GIGASERVE = """
GIGASERVE = r"""
_______ __ _______ ___ _______. _______ .______ ____ ____ _______
/ _____|| | / _____| / \ / || ____|| _ \ \ \ / / | ____|
| | __ | | | | __ / ^ \ | (----`| |__ | |_) | \ \/ / | |__
Expand Down

0 comments on commit 36a8ec6

Please sign in to comment.