Skip to content

Commit df97a2a

Browse files
author
Mr. Outis
committed
don't reimport DvcException
1 parent b8dd422 commit df97a2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dvc/system.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def _reflink_linux(src, dst):
9191
@staticmethod
9292
def reflink(source, link_name):
9393
import platform
94-
from dvc.exceptions import DvcException
9594

9695
source, link_name = fspath(source), fspath(link_name)
9796

0 commit comments

Comments
 (0)