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