[Lint] Make PyLint happy again

This commit is contained in:
2018-07-23 12:20:12 +02:00
parent 4935e6394b
commit 9e7ea29f5e
3 changed files with 15 additions and 6 deletions

View File

@@ -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)