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:
@@ -3,10 +3,9 @@
|
||||
#
|
||||
|
||||
from natsort import natsort_keygen
|
||||
from yaml import SafeDumper, SafeLoader, load, dump
|
||||
from yaml.representer import SafeRepresenter
|
||||
from yaml import SafeDumper, SafeLoader, dump, load
|
||||
from yaml.constructor import ConstructorError
|
||||
|
||||
from yaml.representer import SafeRepresenter
|
||||
|
||||
_natsort_key = natsort_keygen()
|
||||
|
||||
|
Reference in New Issue
Block a user