Work on orders and order lines. Removing user_id related from order. Also general clean up.

This commit is contained in:
Scott Idem
2022-03-16 16:52:03 -04:00
parent 490a1362c3
commit 8d5b4c7fc0
10 changed files with 31 additions and 39 deletions

View File

@@ -1,4 +1,3 @@
from __future__ import annotations
import datetime, hashlib, logging, os, pytz, redis, secrets
from typing import Dict, List, Optional, Set, Union