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,14 +4,14 @@
|
||||
|
||||
from unittest import TestCase
|
||||
|
||||
from helpers import SimpleProvider
|
||||
|
||||
from octodns.record import Record
|
||||
from octodns.record.caa import CaaRecord, CaaValue
|
||||
from octodns.record.exception import ValidationError
|
||||
from octodns.record.rr import RrParseError
|
||||
from octodns.zone import Zone
|
||||
|
||||
from helpers import SimpleProvider
|
||||
|
||||
|
||||
class TestRecordCaa(TestCase):
|
||||
zone = Zone('unit.tests.', [])
|
||||
|
Reference in New Issue
Block a user