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

Utilize shallow copies in Provider._process_desired_zone and Route53Provider._process_desired_zone

This commit is contained in:
Ross McFarland
2021-08-21 10:29:48 -07:00
parent 8c04508a86
commit fe013b21e3
3 changed files with 21 additions and 17 deletions

View File

@@ -5,8 +5,6 @@
from __future__ import absolute_import, division, print_function, \
unicode_literals
from ..zone import Zone
class BaseProcessor(object):