I have the following code
from tenacity import retry, wait_exponential, after_log, stop_after_attempt, wait_chain, wait_fixed, retry_if_exception_type import