1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Initial pass at script/update-requirements, results of run

This commit is contained in:
Ross McFarland
2022-01-26 17:47:31 -08:00
parent 5710a7ffeb
commit e25b618e95
8 changed files with 118 additions and 27 deletions

View File

@@ -6,8 +6,8 @@ from __future__ import absolute_import, division, print_function, \
unicode_literals
from logging import getLogger
from mock import MagicMock, call
from unittest import TestCase
from unittest.mock import MagicMock, call
from octodns.processor.base import BaseProcessor
from octodns.provider import SupportsException