Missed an import for pathlib

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-09-25 21:53:21 +05:30
parent 54ae0561eb
commit 94e6e9eca3
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -10,6 +10,7 @@ import subprocess
import os
from time import time
from requests import post
from pathlib import Path
# Environment variables for creds
base_repo_user = os.environ.get("BASE_REPO_USERNAME")