- problems with tests
 - pre-commit
This commit is contained in:
bilbonet
2022-08-17 15:56:59 +02:00
parent d9cd2cc774
commit 4ba29febee
2 changed files with 41 additions and 36 deletions

View File

@@ -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):