mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[FIX]
- problems with tests - pre-commit
This commit is contained in:
@@ -95,7 +95,7 @@ class BaseExternalDbsource(models.Model):
|
||||
# Interface
|
||||
|
||||
def change_table(self, name):
|
||||
""" Change the table that is used for CRUD operations """
|
||||
"""Change the table that is used for CRUD operations"""
|
||||
self.current_table = name
|
||||
|
||||
def connection_close(self, connection):
|
||||
|
||||
Reference in New Issue
Block a user