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:
@@ -2,13 +2,13 @@
|
||||
#
|
||||
#
|
||||
|
||||
import logging
|
||||
import re
|
||||
import textwrap
|
||||
from collections import defaultdict
|
||||
from ipaddress import ip_address
|
||||
from os import listdir
|
||||
from os.path import join
|
||||
import logging
|
||||
import re
|
||||
import textwrap
|
||||
|
||||
from ..record import Record
|
||||
from ..zone import DuplicateRecordException, SubzoneRecordException
|
||||
|
Reference in New Issue
Block a user