Skip to content

Commit 7e014b0

Browse files
committed
Fix import errors: json in character_service, QPixmap in installed_tab
1 parent cdd76af commit 7e014b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/core/character_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import logging
22
import shutil
33
import zipfile
4+
import json
45
from datetime import datetime
56
from pathlib import Path
67
from typing import List, Tuple, Optional

src/ui/tabs/installed_tab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from src.ui.widgets import CharacterCard
99
from src.ui.anim_config import AnimConfig
1010
import os
11-
from PySide6.QtGui import QDesktopServices
11+
from PySide6.QtGui import QDesktopServices, QPixmap
1212
from PySide6.QtCore import QUrl, QTimer
1313
from src.ui.widgets.skeleton import SkeletonCard
1414

0 commit comments

Comments
 (0)