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

Unroll the list comprehensions

This commit is contained in:
cclauss
2019-07-13 23:49:09 +02:00
parent 158add8eb6
commit c8b261a409
3 changed files with 14 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ from ..record import Record, Update
from ..record.geo import GeoCodes
from .base import BaseProvider
# TODO: remove when Python 2.x is no longer supported
try:
cmp
except NameError: