Browse Source

Remove stale TODO

pull/956/head
Ross McFarland 3 years ago
parent
commit
9841781d08
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      octodns/manager.py

+ 0
- 2
octodns/manager.py View File

@ -98,8 +98,6 @@ class Manager(object):
plan = p[1]
return len(plan.changes[0].record.zone.name) if plan.changes else 0
# TODO: all of this should get broken up, mainly so that it's not so huge
# and each bit can be cleanly tested independently
def __init__(self, config_file, max_workers=None, include_meta=False):
version = self._try_version('octodns', version=__VERSION__)
self.log.info(


Loading…
Cancel
Save