forked from gergely/calendar-social
[Lint] Make PyLint happy again
This commit is contained in:
@@ -89,6 +89,9 @@ class RoutedMixin:
|
||||
"""
|
||||
|
||||
def register_routes(self):
|
||||
"""Register all routes that were marked with :meth:`route`
|
||||
"""
|
||||
|
||||
for attr_name in self.__dir__():
|
||||
attr = getattr(self, attr_name)
|
||||
|
||||
|
Reference in New Issue
Block a user