Merge "Remove the useless else."
This commit is contained in:
commit
c7f1a4a99e
@ -106,7 +106,6 @@ class SoftDeleteInteger(TypeDecorator):
|
|||||||
"""Return the binding parameter."""
|
"""Return the binding parameter."""
|
||||||
if value is None:
|
if value is None:
|
||||||
return None
|
return None
|
||||||
else:
|
|
||||||
return int(value)
|
return int(value)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user