Skip to content

Commit

Permalink
chore: Remove redundant clause
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Mar 22, 2024
1 parent 518239a commit 8ac1572
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ def make_wrap_table_fn(
elif data_source:
quote = (
"`"
if data_source
and frappe.get_cached_value("Insights Data Source", data_source, "database_type")
if frappe.get_cached_value("Insights Data Source", data_source, "database_type")
== "MariaDB"
else '"'
)
Expand Down

0 comments on commit 8ac1572

Please sign in to comment.