Missed an import for pathlib
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
54ae0561eb
commit
94e6e9eca3
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue