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

@@ -1,4 +1,4 @@
import copy, datetime, hashlib, logging, os, pytz, redis, secrets
import copy, datetime, hashlib, pytz, secrets
default_num_bytes = 8 # URL safe 8 bytes is 11 characters long and 16 bytes is 22 characters long