summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoraapostoliuk <108394744+aapostoliuk@users.noreply.github.com>2024-07-31 15:26:25 +0300
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-07-31 12:27:38 +0000
commitc823d7c84d4d816c60507b88fee9eb52b6be6aff (patch)
treeada37982ad131da46c8747d40f762f914bad4a96 /src
parent9bc2680e12ac117b19c51881ae78bd2386fbba88 (diff)
downloadvyos-1x-c823d7c84d4d816c60507b88fee9eb52b6be6aff.tar.gz
vyos-1x-c823d7c84d4d816c60507b88fee9eb52b6be6aff.zip
ipsec: T6148: Removed unused imports (#3915)mergify/bp/sagitta/pr-3915
Removed unused pprint module (cherry picked from commit cb1834742f4ed01d99d6396af8339dd59788ef65)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/op_mode/ipsec.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/op_mode/ipsec.py b/src/op_mode/ipsec.py
index c8f5072da..02ba126b4 100755
--- a/src/op_mode/ipsec.py
+++ b/src/op_mode/ipsec.py
@@ -13,7 +13,6 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-import pprint
import re
import sys
import typing