mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #29017 from jfindlay/pager_util
pagerduty runner: add missing salt.utils import
This commit is contained in:
commit
f4f43381fc
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ import yaml
|
|||
import json
|
||||
|
||||
# Import salt libs
|
||||
import salt.utils
|
||||
import salt.utils.pagerduty
|
||||
from salt.ext.six import string_types
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue