Skip to content

Commit

Permalink
remove unused exception class
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosantoscode committed Jan 10, 2020
1 parent 6cb7308 commit 7873abc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dvc/repo/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ def __init__(self):
)


# Dummy exception raised to signal a plain file copy is needed
class _DoPlainCopy(DvcException):
pass


@staticmethod
def get(url, path, out=None, rev=None):
from dvc.repo import Repo
Expand Down

0 comments on commit 7873abc

Please sign in to comment.