Skip to content

Commit fa6026c

Browse files
committed
fix lint in setup.py
1 parent c8f1c56 commit fa6026c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
except ImportError:
5050
warnings.warn(
5151
"Cannot compile native C code, because of a missing build dependency",
52-
stacklevel=1,
52+
stacklevel=2,
5353
)
5454
_ABLE_TO_COMPILE_EXTENSIONS = False
5555

0 commit comments

Comments
 (0)