Commit before bringing in pydantic

This commit is contained in:
Landon Wark
2023-07-05 13:15:42 -05:00
parent ed92fe1157
commit 0c81c74f70
7 changed files with 28 additions and 16 deletions

View File

@@ -9,7 +9,6 @@ import sys
from pathlib import Path
import re
from tools import check_if_app
import asyncio
logger = logging.getLogger(f"submissions.{__name__}")