Skip to content

Commit

Permalink
Update dvc/repo/artifacts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum committed May 23, 2024
1 parent ef507ef commit 135fa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/repo/artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from dvc.utils.serialize import modify_yaml

if TYPE_CHECKING:
from gto.tag import Tag as GTOTag # type: ignore[import-not-found]
from gto.tag import Tag as GTOTag
from scmrepo.git import GitTag

from dvc.repo import Repo
Expand Down

0 comments on commit 135fa26

Please sign in to comment.