Skip to content

Commit

Permalink
🚫 Remove unused import for cleaner code
Browse files Browse the repository at this point in the history
Eliminated the commented-out import statement for WandbLogger to tidy up the code and enhance readability. This helps maintain focus on active components and prevents confusion over unused code. A cleaner structure contributes to better maintainability in the long run.

No functional changes were made, just a step towards a more streamlined codebase.
  • Loading branch information
Luodian committed Sep 16, 2024
1 parent 022f1bb commit 920c211
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lmms_eval/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
from lmms_eval.api.registry import ALL_TASKS
from lmms_eval.evaluator import request_caching_arg_to_dict
from lmms_eval.loggers import EvaluationTracker, WandbLogger

# from lmms_eval.logging_utils import WandbLogger
from lmms_eval.tasks import TaskManager
from lmms_eval.utils import (
handle_non_serializable,
Expand Down

0 comments on commit 920c211

Please sign in to comment.