diff options
author | aapostoliuk <108394744+aapostoliuk@users.noreply.github.com> | 2024-07-31 15:26:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-31 15:26:25 +0300 |
commit | cb1834742f4ed01d99d6396af8339dd59788ef65 (patch) | |
tree | 37d796899700ccd1241a9f0fcf0f9d6cea6d0dcb /src/op_mode | |
parent | 0dc248a587d6b002ce2f20877fe198d84f5e7945 (diff) | |
download | vyos-1x-cb1834742f4ed01d99d6396af8339dd59788ef65.tar.gz vyos-1x-cb1834742f4ed01d99d6396af8339dd59788ef65.zip |
ipsec: T6148: Removed unused imports (#3915)
Removed unused pprint module
Diffstat (limited to 'src/op_mode')
-rwxr-xr-x | src/op_mode/ipsec.py | 1 |
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 |