Skip to content

Commit

Permalink
[IMP] base_search_fuzzy: black, isort, prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Shide committed Mar 11, 2022
1 parent 816738f commit 484ca4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion base_search_fuzzy/models/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def where_clause_new(self):


def get_sql_new(self):
""" Returns (query_from, query_where, query_params). """
"""Returns (query_from, query_where, query_params)."""
tables = [query._from_table(table, alias) for alias, table in self._tables.items()]
joins = []
params = []
Expand Down
1 change: 1 addition & 0 deletions setup/base_search_fuzzy/odoo/addons/base_search_fuzzy
6 changes: 6 additions & 0 deletions setup/base_search_fuzzy/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit 484ca4b

Please sign in to comment.