diff options
-rw-r--r-- | cloudinit/netinfo.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cloudinit/netinfo.py b/cloudinit/netinfo.py index 013f8178..a6b9116d 100644 --- a/cloudinit/netinfo.py +++ b/cloudinit/netinfo.py @@ -20,8 +20,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 - import cloudinit.util as util from prettytable import PrettyTable |