From 1bbb8ef6aabf2c06f5adc6e426c0b620f2c54c7f Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Mon, 18 May 2020 21:50:39 +0530 Subject: [PATCH] pre-commit fix in test_junos.py --- tests/unit/proxy/test_junos.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/proxy/test_junos.py b/tests/unit/proxy/test_junos.py index c32cb5d898cd..15b5c2633ac7 100644 --- a/tests/unit/proxy/test_junos.py +++ b/tests/unit/proxy/test_junos.py @@ -9,7 +9,6 @@ from tests.support.mock import MagicMock, patch from tests.support.unit import TestCase, skipIf - try: from jnpr.junos.device import Device # pylint: disable=unused-import from jnpr.junos.exception import ConnectError