Merge "Remove the useless else."
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user