Working on clean up of some code... logging and pydantic field config.

This commit is contained in:
Scott Idem
2021-03-11 14:19:17 -05:00
parent 5574f50586
commit 143e099e13
13 changed files with 19 additions and 32 deletions

View File

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