Work on hosted files and archives.

This commit is contained in:
Scott Idem
2022-08-11 17:50:50 -04:00
parent 95becf7643
commit 8bcd67d935
3 changed files with 3 additions and 14 deletions

View File

@@ -122,17 +122,6 @@ class Archive_Content_Base(BaseModel):
log.debug('NOT Found hosted_file_id_random...')
return v
# @validator('account_id', always=True)
# def account_id_lookup(cls, v, values, **kwargs):
# log.setLevel(logging.WARNING)
# log.debug(locals())
# if values['account_id_random']:
# return redis_lookup_id_random(record_id_random=values['account_id_random'], table_name='account')
# return None
class Config:
underscore_attrs_are_private = True
allow_population_by_field_name = True