Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ai_logger/src/utils/ai_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from psycopg2.extras import Json
from datetime import datetime
import json as json_module # Rename to avoid conflict
from pathlib import Path
from .models import AIEvent, ModelEvent, DataEvent, ErrorEvent
from .config import USE_DB, get_db_config

Expand Down
1 change: 0 additions & 1 deletion ai_logger/src/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from typing import Dict
from pydantic import ValidationError
import json
import sys
import logging
from .models import AppConfig

Expand Down