summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-11-12 14:53:38 +0100
committerChristian Breunig <christian@breunig.cc>2023-11-12 14:53:38 +0100
commit2e587c8329a1d32fc1ec601c7753211d0fedbf2c (patch)
tree00c9fbdd4d956a6c194ce171a05f80f260785d7a
parent45ac050b914d8fbbc64f3492ec7aed80d710643c (diff)
downloadvyos-1x-2e587c8329a1d32fc1ec601c7753211d0fedbf2c.tar.gz
vyos-1x-2e587c8329a1d32fc1ec601c7753211d0fedbf2c.zip
ospf: T5467: remove superfluous "import os"
-rwxr-xr-xsrc/conf_mode/protocols_ospf.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/conf_mode/protocols_ospf.py b/src/conf_mode/protocols_ospf.py
index cddd3765e..2f07142a3 100755
--- a/src/conf_mode/protocols_ospf.py
+++ b/src/conf_mode/protocols_ospf.py
@@ -14,8 +14,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 os
-
from sys import exit
from sys import argv