From dba037d753f52d55928aaca599f78c065dfe8719 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 15 Aug 2024 01:23:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Autofix=20from=20pre-commit=20ho?= =?UTF-8?q?oks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastapi/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fastapi/cli.py b/fastapi/cli.py index 17f474926..5c5e676b9 100644 --- a/fastapi/cli.py +++ b/fastapi/cli.py @@ -13,4 +13,3 @@ def main() -> None: cli_main() -import sys