Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
fix: import backoff (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber authored Dec 11, 2023
1 parent e96ca3f commit ec5500d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tubular/scripts/retrieve_latest_base_ami.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__))))
Expand Down

0 comments on commit ec5500d

Please sign in to comment.