Frontend code cleanup finished.

This commit is contained in:
lwark
2025-09-05 15:23:56 -05:00
parent 610859d84f
commit c9396d6c41
25 changed files with 154 additions and 460 deletions

View File

@@ -3,11 +3,9 @@ Functions for constructing irida control graphs using plotly.
"""
from datetime import date
from pprint import pformat
import plotly.express as px
import pandas as pd
import logging, plotly.express as px, pandas as pd
from PyQt6.QtWidgets import QWidget
from . import CustomFigure
import logging
from tools import get_unique_values_in_df_column
logger = logging.getLogger(f"submissions.{__name__}")