We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daed299 commit fc25f3cCopy full SHA for fc25f3c
2 files changed
gitopscli/commands/create_pr_preview.py
@@ -1,4 +1,3 @@
1
-import hashlib
2
import logging
3
import os
4
import uuid
gitopscli/commands/delete_preview.py
@@ -1,14 +1,12 @@
import hashlib
-import uuid
5
import shutil
6
7
from gitopscli.git.create_git import create_git
+from gitopscli.gitops_exception import GitOpsException
8
from gitopscli.io.gitops_config import GitOpsConfig
9
from gitopscli.io.tmp_dir import create_tmp_dir, delete_tmp_dir
10
-from gitopscli.gitops_exception import GitOpsException
11
-
12
13
def delete_preview_command(
14
command,
0 commit comments