Skip to content

Commit

Permalink
don't reimport DvcException
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr. Outis committed Jan 11, 2020
1 parent b8dd422 commit df97a2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dvc/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def _reflink_linux(src, dst):
@staticmethod
def reflink(source, link_name):
import platform
from dvc.exceptions import DvcException

source, link_name = fspath(source), fspath(link_name)

Expand Down

0 comments on commit df97a2a

Please sign in to comment.