[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2023-07-04 13:14:32 +00:00
committed by Duc Trung Le
parent aa754a1a2c
commit 81885d5c61
4 changed files with 2 additions and 2 deletions

View File

@@ -490,7 +490,6 @@ class Service(Base):
returns `False` otherwise.
"""
if self._check_data_only_column(column_name):
print('NOT ForeignKey', column_name)
setattr(self, column_name, value)
return True
else: