Skip to content

Commit

Permalink
ignore double fabric imports
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Dec 23, 2024
1 parent 9a5f804 commit 9afd1ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dvclive/fabric.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
)
from lightning.fabric.utilities.rank_zero import rank_zero_only
except ImportError:
from lightning_fabric.loggers.logger import Logger, rank_zero_experiment
from lightning_fabric.utilities.logger import (
from lightning_fabric.loggers.logger import Logger, rank_zero_experiment # type: ignore[assignment]
from lightning_fabric.utilities.logger import ( # type: ignore[assignment]
_add_prefix,
_convert_params,
_sanitize_callable_params,
Expand Down

0 comments on commit 9afd1ac

Please sign in to comment.