添加注册登录功能
This commit is contained in:
@@ -271,9 +271,9 @@ class Range(Generic[_T]):
|
||||
value2 += step
|
||||
value2_inc = False
|
||||
|
||||
if value1 < value2: # type: ignore
|
||||
if value1 < value2:
|
||||
return -1
|
||||
elif value1 > value2: # type: ignore
|
||||
elif value1 > value2:
|
||||
return 1
|
||||
elif only_values:
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user