Working on clean up of some code... logging and pydantic field config.
This commit is contained in:
@@ -5,7 +5,6 @@ from typing import Dict, List, Optional, Set, Union
|
||||
from pydantic import BaseModel, EmailStr, Field, Json, PrivateAttr, ValidationError, validator
|
||||
|
||||
from ..lib_general import *
|
||||
from ..log import *
|
||||
|
||||
from .common_field_schema import base_fields, default_num_bytes
|
||||
#from .account_model import Account_Base
|
||||
@@ -138,4 +137,4 @@ class User_Base(BaseModel):
|
||||
underscore_attrs_are_private = True
|
||||
fields = base_fields
|
||||
|
||||
User_Base.update_forward_refs()
|
||||
#User_Base.update_forward_refs()
|
||||
|
||||
Reference in New Issue
Block a user