Skip to content

Commit 3878138

Browse files
author
mniebla
committed
int range feature
1 parent 1172c48 commit 3878138

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ def test_int_range_high(self):
175175
assert_raises(ValueError, lambda: types.int_range(0, 5, 6, 'my_arg'))
176176

177177

178-
179178
def test_isointerval():
180179
intervals = [
181180
(

0 commit comments

Comments
 (0)