[IMP] bi_sql_editor: black, isort, prettier

pull/518/head
David James 2021-06-07 12:44:27 +10:00
parent aeb59efa58
commit ae89e414e8
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ _logger = logging.getLogger(__name__)
@api.model
def _instanciate(self, model_data):
""" Return a class for the custom model given by
parameters ``model_data``. """
"""Return a class for the custom model given by
parameters ``model_data``."""
# This monkey patch is meant to avoid create/search tables for those
# materialized views. Doing "super" doesn't work.
class CustomModel(models.Model):