Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Jan 30, 2024
1 parent 565c3df commit f713183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import glob
import os

from setuptools import find_packages, setup, Extension
from setuptools import Extension, find_packages, setup


libs = list(glob.glob("./bitsandbytes/libbitsandbytes*.so"))
Expand Down

0 comments on commit f713183

Please sign in to comment.