From 36fe76a96352d7603dba5739496a98c910e4af6f Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Wed, 15 Jun 2022 19:43:24 -0600 Subject: [PATCH] tests: use mock from stdlib unittest to avoid additional test dependency --- subiquity/tests/test_timezonecontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subiquity/tests/test_timezonecontroller.py b/subiquity/tests/test_timezonecontroller.py index db1fe706..050fcd2e 100644 --- a/subiquity/tests/test_timezonecontroller.py +++ b/subiquity/tests/test_timezonecontroller.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -import mock +from unittest import mock from subiquity.common.types import TimeZoneInfo from subiquity.models.timezone import TimeZoneModel