Skip to content

Commit fc25f3c

Browse files
committed
fix lint issues
1 parent daed299 commit fc25f3c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

gitopscli/commands/create_pr_preview.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import hashlib
21
import logging
32
import os
43
import uuid

gitopscli/commands/delete_preview.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
import hashlib
22
import logging
33
import os
4-
import uuid
54
import shutil
65

76
from gitopscli.git.create_git import create_git
7+
from gitopscli.gitops_exception import GitOpsException
88
from gitopscli.io.gitops_config import GitOpsConfig
99
from gitopscli.io.tmp_dir import create_tmp_dir, delete_tmp_dir
10-
from gitopscli.gitops_exception import GitOpsException
11-
1210

1311
def delete_preview_command(
1412
command,

0 commit comments

Comments
 (0)