File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010from voluptuous import Schema , Required , Invalid
1111
1212from dvc .repo import Repo
13- from dvc .exceptions import DvcException , NotDvcRepoError
13+ from dvc .exceptions import DvcException
1414from dvc .external_repo import external_repo
1515
1616
@@ -43,7 +43,7 @@ class SummonError(DvcException):
4343 pass
4444
4545
46- class UrlNotDvcRepoError (NotDvcRepoError ):
46+ class UrlNotDvcRepoError (DvcException ):
4747 """Thrown if given url is not a DVC repository.
4848
4949 Args:
Original file line number Diff line number Diff line change 66import pytest
77
88from dvc import api
9- from dvc .api import SummonError , NotDvcRepoError , UrlNotDvcRepoError
9+ from dvc .api import SummonError , UrlNotDvcRepoError
1010from dvc .compat import fspath
11- from dvc .exceptions import FileMissingError
11+ from dvc .exceptions import FileMissingError , NotDvcRepoError
1212from dvc .main import main
1313from dvc .path_info import URLInfo
1414from dvc .remote .config import RemoteConfig
You can’t perform that action at this time.
0 commit comments