need to re-attempt backoff and yaml imports if the first import attempt fails. not sure which import is missing from requirements

This commit is contained in:
Oliver Smith 2023-11-15 00:10:22 -08:00
parent f5abde775b
commit 4c980cb161

View file

@ -39,6 +39,8 @@ except ImportError:
import tomli as tomllib
import appdirs
import tomli_w
import backoff
import yaml
import random