Skip to content

Commit 4410e02

Browse files
Potential fix for pull request finding 'Unused global variable'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> Signed-off-by: Xiaoyu <85524621+xiaoyu-work@users.noreply.github.com>
1 parent 2b15cc9 commit 4410e02

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/mobius/_introspection.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,9 @@
2727
"list_components",
2828
]
2929

30-
import logging
31-
3230
from mobius._registry import _detect_fallback_registration, registry
3331
from mobius.tasks import ModelTask, get_task
3432

35-
logger = logging.getLogger(__name__)
36-
3733

3834
def list_components(
3935
model_id: str,

0 commit comments

Comments
 (0)