tests: use mock from stdlib unittest to avoid additional test dependency

This commit is contained in:
Chad Smith 2022-06-15 19:43:24 -06:00
parent df1a5adf0b
commit 36fe76a963
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
import mock from unittest import mock
from subiquity.common.types import TimeZoneInfo from subiquity.common.types import TimeZoneInfo
from subiquity.models.timezone import TimeZoneModel from subiquity.models.timezone import TimeZoneModel