From bfa0e33294f2b1dc25e65a33be2397f989824298 Mon Sep 17 00:00:00 2001 From: Titus von Koeller Date: Mon, 1 Aug 2022 03:31:48 -0700 Subject: ran black and isort for coherent code formatting --- bitsandbytes/debug_cli.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bitsandbytes/debug_cli.py') diff --git a/bitsandbytes/debug_cli.py b/bitsandbytes/debug_cli.py index 88307a6..4306bc0 100644 --- a/bitsandbytes/debug_cli.py +++ b/bitsandbytes/debug_cli.py @@ -1,6 +1,5 @@ import typer - cli = typer.Typer() -- cgit v1.2.3