Merge pull request #1317 from blackboxsw/fix-dev-apt-deps

deps: fix missing developer dep python3-mock for apt-deps make target
This commit is contained in:
Dan Bungert 2022-06-16 08:17:39 -06:00 committed by GitHub
commit d616f1f345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
# 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.models.timezone import TimeZoneModel