Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement/remove version check add get version #381

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into enhancement/remove_version_check_add_get_v…
…ersion
DaveYesland authored Jan 5, 2024
commit 32e00f0c5c2b6721665770218c3c729de2ab0bcb
2 changes: 2 additions & 0 deletions pacu/main.py
Original file line number Diff line number Diff line change
@@ -28,6 +28,8 @@
import botocore.exceptions
import urllib.parse
import toml
from concurrent.futures import ThreadPoolExecutor, as_completed


from pacu import settings

You are viewing a condensed version of this merge commit. You can view the full changes here.