mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Fix Pylint warnings
This commit is contained in:
committed by
Matthieu Dietrich
parent
b8bafa68ae
commit
2540f699b4
@@ -329,7 +329,7 @@ class AccountStatementCompletionRule(orm.Model):
|
||||
# to:
|
||||
# http://www.postgresql.org/docs/9.0/static/functions-matching.html
|
||||
# in chapter 9.7.3.6. Limits and Compatibility
|
||||
sql = """
|
||||
sql = r"""
|
||||
SELECT id FROM (
|
||||
SELECT id,
|
||||
regexp_matches(%s,
|
||||
|
||||
Reference in New Issue
Block a user