Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6cfa9cb

Browse files
committed
Removing unused imports
1 parent 0570585 commit 6cfa9cb

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

lib/core/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import re
2121
import socket
2222
import string
23-
import struct
2423
import sys
2524
import tempfile
2625
import time

plugins/generic/filesystem.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"""
77

88
import os
9-
import tempfile
109

1110
from lib.core.agent import agent
1211
from lib.core.common import dataToOutFile
@@ -16,7 +15,6 @@
1615
from lib.core.common import isNumPosStrValue
1716
from lib.core.common import isListLike
1817
from lib.core.common import isTechniqueAvailable
19-
from lib.core.common import randomStr
2018
from lib.core.common import readInput
2119
from lib.core.data import conf
2220
from lib.core.data import kb

0 commit comments

Comments
 (0)