mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
Fixed import error
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from .plugin import CredentialPlugin
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from thycotic.secrets.server import SecretServerV1 as SecretServer, PasswordGrantAuthorizer
|
||||
from thycotic.secrets.server import SecretServer, PasswordGrantAuthorizer
|
||||
|
||||
tss_inputs = {
|
||||
'fields': [
|
||||
|
||||
Reference in New Issue
Block a user