Skip to content

Commit

Permalink
remove: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosAndreo committed Feb 20, 2025
1 parent dd2bfa5 commit 1e43aa6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions phases/fifth_phase.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
import requests

from phases.utils.file import get_env_var
from phases.utils.git import git_clone, git_switch
from phases.utils.logs import msg
from phases.utils.one import get_vm_ip, get_vm
from phases.utils.parser import encode_base64
from phases.utils.temp import save_temp_directory, temp_path
from phases.utils.temp import temp_path

def _login_tnlcm(tnlcm_url: str, tnlcm_admin_username: str, tnlcm_admin_password: str) -> str:
"""
Expand Down

0 comments on commit 1e43aa6

Please sign in to comment.