Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
nguu0123 committed Jun 5, 2024
1 parent 93df801 commit df77ed2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions qoa4ml_lib/qoa4ml/observability/odop_obs/node_aggregator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import logging
import socket
import sys
from datetime import datetime
from threading import Thread
from typing import TYPE_CHECKING
Expand All @@ -20,7 +19,6 @@
format="%(asctime)s:%(levelname)s -- %(message)s", level=logging.INFO
)

sys.path.append(ODOP_PATH)
DEFAULT_DATABASE_FOLDER = ODOP_PATH + "metric_database/"
make_folder(DEFAULT_DATABASE_FOLDER)
METRICS_URL_PATH = "/metrics"
Expand Down
3 changes: 1 addition & 2 deletions qoa4ml_lib/qoa4ml/reports/ml_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
from typing import Dict, List
from uuid import UUID, uuid4

from qoa4ml.lang.datamodel_enum import ReportTypeEnum

from ..config.configs import ClientInfo
from ..lang.common_models import Metric
from ..lang.datamodel_enum import ReportTypeEnum
from ..reports.ml_report_model import (
BaseReport,
GeneralMlInferenceReport,
Expand Down

0 comments on commit df77ed2

Please sign in to comment.