mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor update
This commit is contained in:
parent
2a86c1cadc
commit
31302eb707
|
@ -19,8 +19,6 @@ class xrange(object):
|
|||
else:
|
||||
self._slice = slice(*args)
|
||||
if self._slice.stop is None:
|
||||
# slice(*args) will never put None in stop unless it was
|
||||
# given as None explicitly.
|
||||
raise TypeError("xrange stop must not be None")
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in New Issue
Block a user