mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Swap import order
This commit is contained in:
@@ -6,8 +6,8 @@ from __future__ import absolute_import, division, print_function, \
|
||||
unicode_literals
|
||||
|
||||
from requests import HTTPError, Session
|
||||
import logging
|
||||
from operator import itemgetter
|
||||
import logging
|
||||
|
||||
from ..record import Create, Record
|
||||
from .base import BaseProvider
|
||||
|
Reference in New Issue
Block a user