Remove unused exception class.

This commit is contained in:
Cornelius Riemenschneider
2024-07-31 11:31:11 +02:00
parent 1ce15ae2fd
commit de47838c36

View File

@@ -86,10 +86,6 @@ if destdir.exists() and opts.cleanup:
rmdir(destdir)
class RetryException(Exception):
pass
attempts = 0
success = False
while attempts < 3 and not success: