mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
isort import formatting
This commit is contained in:
@@ -4,13 +4,12 @@
|
||||
|
||||
from unittest import TestCase
|
||||
|
||||
from helpers import PlannableProvider
|
||||
|
||||
from octodns.processor.ownership import OwnershipProcessor
|
||||
from octodns.record import Delete, Record
|
||||
from octodns.zone import Zone
|
||||
|
||||
from helpers import PlannableProvider
|
||||
|
||||
|
||||
zone = Zone('unit.tests.', [])
|
||||
records = {}
|
||||
for record in [
|
||||
|
||||
Reference in New Issue
Block a user