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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user