From e52bdf68aa5d0ada30400a7eee945fdafe14a121 Mon Sep 17 00:00:00 2001 From: Rebecca Graber Date: Mon, 11 Dec 2023 12:30:26 -0500 Subject: [PATCH] fix: import backoff --- tubular/scripts/retrieve_latest_base_ami.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tubular/scripts/retrieve_latest_base_ami.py b/tubular/scripts/retrieve_latest_base_ami.py index 69a33823..10436974 100755 --- a/tubular/scripts/retrieve_latest_base_ami.py +++ b/tubular/scripts/retrieve_latest_base_ami.py @@ -15,6 +15,7 @@ import click import yaml import requests +import backoff # Add top-level module path to sys.path before importing tubular code. sys.path.append(path.dirname(path.dirname(path.abspath(__file__))))