summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r--subcmds/sync.py1
1 files changed, 0 insertions, 1 deletions
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
69class _FetchError(Exception): 69class _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
74class _CheckoutError(Exception): 73class _CheckoutError(Exception):