fix imports
This commit is contained in:
parent
99a15be2bc
commit
ec69c1552f
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ import json
|
|||
import requests
|
||||
|
||||
from decouple import config
|
||||
from helper import OTPCredentials
|
||||
from .helper import OTPCredentials
|
||||
|
||||
|
||||
@click.group()
|
||||
|
|
|
@ -3,7 +3,7 @@ import json
|
|||
import requests
|
||||
|
||||
from decouple import config
|
||||
from helper import OTPCredentials
|
||||
from .helper import OTPCredentials
|
||||
|
||||
|
||||
@click.group()
|
||||
|
|
|
@ -3,7 +3,7 @@ import json
|
|||
import requests
|
||||
|
||||
from decouple import config
|
||||
from helper import OTPCredentials
|
||||
from .helper import OTPCredentials
|
||||
|
||||
|
||||
@click.group()
|
||||
|
|
|
@ -3,7 +3,7 @@ import json
|
|||
import requests
|
||||
|
||||
from decouple import config
|
||||
from helper import OTPCredentials
|
||||
from .helper import OTPCredentials
|
||||
|
||||
|
||||
def vm_action(action, otp, vmid):
|
||||
|
|
Loading…
Reference in a new issue