Further cleanup

This commit is contained in:
Landon Wark
2024-02-09 15:00:53 -06:00
parent a534d229a8
commit a7e915995e
8 changed files with 14 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ from backend.db.models import *
import logging
from .pop_ups import AlertPop
from .functions import select_open_file
from tools import readInChunks, Settings
from tools import Settings
logger = logging.getLogger(f"submissions.{__name__}")