Files
@ f4c712ab3e40
Branch filter:
Location: kallithea/kallithea/tests/functional/test_home.py
f4c712ab3e40
2.3 KiB
text/x-python
model: inline superfluous "helper" methods
__get_changeset_status wasn't even used and has simply been removed.
Notification.__get_notification reimplemented BaseModel._get_instance,
warts and all, and has been replaced by calls to that method.
The rest were just needless indirection, and have been inlined.
__get_changeset_status wasn't even used and has simply been removed.
Notification.__get_notification reimplemented BaseModel._get_instance,
warts and all, and has been replaced by calls to that method.
The rest were just needless indirection, and have been inlined.