1
0
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:
Ross McFarland
2023-01-22 13:54:19 -08:00
parent 85954348dc
commit 6be0a8133a
46 changed files with 108 additions and 107 deletions

View File

@@ -4,10 +4,12 @@
from unittest import TestCase
from helpers import SimpleProvider
from octodns.idna import idna_encode
from octodns.record import (
ARecord,
AaaaRecord,
ARecord,
Create,
Delete,
NsRecord,
@@ -21,8 +23,6 @@ from octodns.zone import (
Zone,
)
from helpers import SimpleProvider
class TestZone(TestCase):
def test_lowering(self):