Skip to content

Commit

Permalink
[IMP] pre-commit lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HviorForgeFlow authored and thienvh332 committed Nov 29, 2024
1 parent 68c1980 commit 2ab8389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bi_sql_editor/models/bi_sql_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def _prepare_tree_view(self):
"type": "tree",
"model": self.model_id.model,
"arch": """<?xml version="1.0"?>"""
"""<tree string="Analysis">{}"""
"""<tree name="Analysis">{}"""
"""</tree>""".format(
"".join([x._prepare_tree_field() for x in self.bi_sql_view_field_ids])
),
Expand Down

0 comments on commit 2ab8389

Please sign in to comment.