From e12529926d1292a294f93a10aaecb7e0c2bdedd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 14 Aug 2024 20:03:50 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=BB=20Add=20drunken=20broken=20code=20?= =?UTF-8?q?for=20Ruff=20to=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastapi/cli.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fastapi/cli.py b/fastapi/cli.py index 8d3301e9d..fb735c794 100644 --- a/fastapi/cli.py +++ b/fastapi/cli.py @@ -11,3 +11,6 @@ def main() -> None: print(message) raise RuntimeError(message) # noqa: B904 cli_main() + + +import sys \ No newline at end of file