Skip to content

Commit 0187e7e

Browse files
author
Shakeel Mohamed
committed
remove unused imports from test_utils.py
1 parent c7a1565 commit 0187e7e

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

tests/test_utils.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
import os
2-
from subprocess import PIPE, Popen
3-
from os.path import expanduser
4-
import time
5-
import sys
6-
7-
import testlib
8-
9-
import splunklib.client as client
10-
from splunklib.binding import UrlEncoded
1+
import testlib
112

123
try:
134
from utils import *

0 commit comments

Comments
 (0)