From ebe2f0739c80dfb01f1823e052efcb96572493cf Mon Sep 17 00:00:00 2001 From: chillaranand Date: Thu, 8 Jan 2026 21:25:56 +0530 Subject: [PATCH] refactor: drop stale exceptions related to dvc machine --- dvc/config.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dvc/config.py b/dvc/config.py index f8a402b73c..ce7f73289c 100644 --- a/dvc/config.py +++ b/dvc/config.py @@ -41,18 +41,6 @@ class RemoteNotFoundError(RemoteConfigError): pass -class MachineConfigError(ConfigError): - pass - - -class NoMachineError(MachineConfigError): - pass - - -class MachineNotFoundError(MachineConfigError): - pass - - @memoize def get_compiled_schema(): from voluptuous import Schema