Browse Source

Apply suggestions from code review

pull/1251/head
Travis Kinney 7 months ago
parent
commit
926c68943f
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      octodns/processor/acme.py

+ 3
- 0
octodns/processor/acme.py View File

@ -59,3 +59,6 @@ class AcmeManagingProcessor(BaseProcessor):
existing.remove_record(record)
return existing
AcmeMangingProcessor = AcmeManagingProcessor

Loading…
Cancel
Save