Files
@ 2f9313074853
Branch filter:
Location: kallithea/docs/usage/debugging.rst
2f9313074853
1.2 KiB
text/prs.fallenstein.rst
controllers: remove empty __before__ methods
__before__ methods that only call the super __before__ method are redundant
and can be removed. The super's method will be called directly.
__before__ methods that only call the super __before__ method are redundant
and can be removed. The super's method will be called directly.