From ea7c14f8ef64924f2d0ff80df3cdabf2c7299848 Mon Sep 17 00:00:00 2001 From: Titus von Koeller Date: Mon, 1 Aug 2022 09:32:47 -0700 Subject: reran black with linelength 80 for greater readability --- bitsandbytes/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitsandbytes/utils.py') diff --git a/bitsandbytes/utils.py b/bitsandbytes/utils.py index 6797407..8a9fc0e 100644 --- a/bitsandbytes/utils.py +++ b/bitsandbytes/utils.py @@ -1,6 +1,6 @@ +import sys import shlex import subprocess -import sys def execute_and_return(command_string: str) -> Tuple[str, str]: -- cgit v1.2.3