Skip to content

Commit 22c6447

Browse files
Working on coverage
1 parent ef43e0a commit 22c6447

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/show_ip_int_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import importlib.util
22
import os
3-
import sys
43
from unittest import mock
54
import netifaces
65
import pytest
@@ -249,7 +248,6 @@ def test_addr_show_ipv6(self):
249248
def test_addr_show_malformed_output(self):
250249
"""Test _addr_show handles malformed ip addr output gracefully"""
251250
from importlib.machinery import SourceFileLoader
252-
import subprocess
253251

254252
ipintutil_path = os.path.join(scripts_path, 'ipintutil')
255253
loader = SourceFileLoader("ipintutil_malformed", ipintutil_path)

0 commit comments

Comments
 (0)