diff --git a/docs/source/quickstart.mdx b/docs/source/quickstart.mdx index 4dff2ba46..471db5f24 100644 --- a/docs/source/quickstart.mdx +++ b/docs/source/quickstart.mdx @@ -9,4 +9,5 @@ The following code illustrates the steps above. ```python -``` \ No newline at end of file +import bitsandbytes as bnb +```