mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Remove unused exception class.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user