From 5abb794462d4faecbf471d1834d0a908fc5652ea Mon Sep 17 00:00:00 2001 From: CalamitousFelicitousness Date: Wed, 21 Jan 2026 03:02:09 +0000 Subject: [PATCH] style(test): remove unused imports in test-tagger.py --- cli/test-tagger.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli/test-tagger.py b/cli/test-tagger.py index eacbddba8..2694a0e1f 100644 --- a/cli/test-tagger.py +++ b/cli/test-tagger.py @@ -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 = {}