Skip to content

Commit adfc7e2

Browse files
committed
fix(format): removes trailing whitespace
1 parent 519c9af commit adfc7e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

climada/entity/impact_funcs/impact_func_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def __init__(self, impact_funcs: Optional[Iterable[ImpactFunc]] = None):
112112
def __eq__(self, value: object, /) -> bool:
113113
if isinstance(value, ImpactFuncSet):
114114
return self._data == value._data
115-
115+
116116
return False
117117

118118
def clear(self):

0 commit comments

Comments
 (0)