diff options
Diffstat (limited to 'subcmds')
-rw-r--r-- | subcmds/forall.py | 1 | ||||
-rw-r--r-- | subcmds/sync.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/subcmds/forall.py b/subcmds/forall.py index c5864336..ef11851b 100644 --- a/subcmds/forall.py +++ b/subcmds/forall.py | |||
@@ -280,7 +280,6 @@ without iterating through the remaining projects. | |||
280 | 280 | ||
281 | class WorkerKeyboardInterrupt(Exception): | 281 | class WorkerKeyboardInterrupt(Exception): |
282 | """ Keyboard interrupt exception for worker processes. """ | 282 | """ Keyboard interrupt exception for worker processes. """ |
283 | pass | ||
284 | 283 | ||
285 | 284 | ||
286 | def InitWorker(): | 285 | def InitWorker(): |
diff --git a/subcmds/sync.py b/subcmds/sync.py index 818f7c8a..5b1024df 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -68,7 +68,6 @@ _ONE_DAY_S = 24 * 60 * 60 | |||
68 | 68 | ||
69 | class _FetchError(Exception): | 69 | class _FetchError(Exception): |
70 | """Internal error thrown in _FetchHelper() when we don't want stack trace.""" | 70 | """Internal error thrown in _FetchHelper() when we don't want stack trace.""" |
71 | pass | ||
72 | 71 | ||
73 | 72 | ||
74 | class _CheckoutError(Exception): | 73 | class _CheckoutError(Exception): |