style(test): remove unused imports in test-tagger.py

This commit is contained in:
CalamitousFelicitousness
2026-01-21 03:02:09 +00:00
parent becb19319d
commit 5abb794462
-2
View File
@@ -93,7 +93,6 @@ class TaggerTest:
def setup(self):
"""Load test image and models."""
from PIL import Image
from modules import shared
print("=" * 70)
print("TAGGER SETTINGS TEST SUITE")
@@ -221,7 +220,6 @@ class TaggerTest:
def get_memory_stats(self):
"""Get current GPU and CPU memory usage."""
import torch
import gc
stats = {}