Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Remove unused ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
AjeyPaiK committed May 23, 2024
1 parent 92d3b50 commit 45c619c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ahcore/utils/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from omegaconf import DictConfig, ListConfig, OmegaConf
from omegaconf.errors import InterpolationKeyError
from pytorch_lightning import LightningModule
from pytorch_lightning.utilities import rank_zero_only # type: ignore[attr-defined]
from pytorch_lightning.utilities import rank_zero_only

from ahcore.models.jit_model import AhcoreJitModel

Expand Down

0 comments on commit 45c619c

Please sign in to comment.