fix imports

This commit is contained in:
ahmadbilalkhalid 2019-07-18 18:59:57 +05:00
parent 99a15be2bc
commit ec69c1552f
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ import json
import requests
from decouple import config
from helper import OTPCredentials
from .helper import OTPCredentials
@click.group()

View File

@ -3,7 +3,7 @@ import json
import requests
from decouple import config
from helper import OTPCredentials
from .helper import OTPCredentials
@click.group()

View File

@ -3,7 +3,7 @@ import json
import requests
from decouple import config
from helper import OTPCredentials
from .helper import OTPCredentials
@click.group()

View File

@ -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):