Skip to content

Commit 705512e

Browse files
committed
Fixes #7. Python-future range is not needed. Use builtin range from python2/3
1 parent 832b2c6 commit 705512e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pysignals/dispatcher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import weakref
44
import logging
55
import six
6-
from future.builtins import range
76

87
from .inspect import func_accepts_kwargs
98

0 commit comments

Comments
 (0)