diff options
author | Titus von Koeller <titus@vonkoeller.com> | 2022-08-01 09:32:47 -0700 |
---|---|---|
committer | Titus von Koeller <titus@vonkoeller.com> | 2022-08-01 09:32:47 -0700 |
commit | ea7c14f8ef64924f2d0ff80df3cdabf2c7299848 (patch) | |
tree | 3b9ec443a259cf36d87627a8e2cc7d13513f6a21 /bitsandbytes/__init__.py | |
parent | 3fd06fb6206f46b6d18fbb8a512da63832dea98b (diff) |
reran black with linelength 80 for greater readability
Diffstat (limited to 'bitsandbytes/__init__.py')
-rw-r--r-- | bitsandbytes/__init__.py | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bitsandbytes/__init__.py b/bitsandbytes/__init__.py index 7ca017d..6e5b6ac 100644 --- a/bitsandbytes/__init__.py +++ b/bitsandbytes/__init__.py @@ -3,8 +3,13 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -from .autograd._functions import (MatmulLtState, bmm_cublas, matmul, - matmul_cublas, mm_cublas) +from .autograd._functions import ( + MatmulLtState, + bmm_cublas, + matmul, + matmul_cublas, + mm_cublas, +) from .cextension import COMPILED_WITH_CUDA from .nn import modules |