Skip to content

Commit 83b6d62

Browse files
committed
clean up and flake8
1 parent 3541300 commit 83b6d62

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

package/cloudshell/iac/terraform/services/gitlab_api_handler.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,3 @@ def _prepare_working_dir(repo_zip_file_name: str, path_in_repo: str, zip_bytes:
123123
for path_dir in path_in_repo.split("/"):
124124
working_dir_path = os.path.join(working_dir_path, path_dir)
125125
return working_dir_path
126-
127-
128-
if __name__ == "__main__":
129-
api = GitlabApiHandler(host="192.168.85.26",
130-
token="glpat-Kx6s8n2maL34CMc-AZ6s",
131-
is_https=False)
132-
res = api.download_archive_to_temp_dir(project_id=2,
133-
path="parent-dir/hello-world",
134-
sha="test-branch")
135-
pass

0 commit comments

Comments
 (0)