some refactors

This commit is contained in:
collerek
2020-09-17 15:21:11 +02:00
parent 1cfd061e17
commit 12487e1089
5 changed files with 10 additions and 22 deletions

View File

@ -89,7 +89,7 @@ class Model(NewBaseModel):
return item
@classmethod
def extract_prefixed_table_columns( # noqa CCR001
def extract_prefixed_table_columns( # noqa CCR001
cls, item: dict, row: sqlalchemy.engine.result.ResultProxy, table_prefix: str
) -> dict:
for column in cls.Meta.table.columns: