Skip to content

Commit 6695eb2

Browse files
Remi-Gaueffigies
andauthored
Update nibabel/tests/test_removalschedule.py
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
1 parent efccdb6 commit 6695eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/tests/test_removalschedule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def test_attribute_removal():
161161
def is_gil_enabled():
162162
"""Check if the Python GIL is enabled."""
163163
try:
164-
sys._is_gil_enabled()
164+
return sys._is_gil_enabled()
165165
except AttributeError:
166166
return True
167167

0 commit comments

Comments
 (0)