Skip to content

Commit

Permalink
Update test_vmhost.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshbaburam91 authored Oct 9, 2024
1 parent 5813831 commit b517cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/facts/test_vmhost.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
__credits__ = "Jeremy Schulman, Nitin Kumar"

import unittest
from nose.plugins.attrib import attr
from mock import patch, MagicMock
import nose2
from unittest.mock import patch, MagicMock
import os

from jnpr.junos import Device
Expand Down

0 comments on commit b517cc7

Please sign in to comment.